Accepting request 677194 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/677194 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fftw3?expand=0&rev=46
This commit is contained in:
commit
f1a2d080e5
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 18 17:22:34 UTC 2019 - Egbert Eich <eich@suse.com>
|
||||||
|
|
||||||
|
- Add FFTW_BIN to environment variable with module file (bsc#1125824).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 18 08:09:32 UTC 2018 - schwab@suse.de
|
Tue Sep 18 08:09:32 UTC 2018 - schwab@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fftw3
|
# spec file for package fftw3
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -254,8 +254,8 @@ Libraries to build statically linked applications with fftw3.
|
|||||||
|
|
||||||
%package -n %package_libname
|
%package -n %package_libname
|
||||||
Summary: Discrete Fourier Transform (DFT) C Subroutine Library
|
Summary: Discrete Fourier Transform (DFT) C Subroutine Library
|
||||||
Group: System/Libraries
|
|
||||||
# Remove Prov/Obs when appropriate; were added 2011-Nov-21 (post-openSUSE-12.1)
|
# Remove Prov/Obs when appropriate; were added 2011-Nov-21 (post-openSUSE-12.1)
|
||||||
|
Group: System/Libraries
|
||||||
Provides: fftw3 = %{version}-%{release}
|
Provides: fftw3 = %{version}-%{release}
|
||||||
Obsoletes: fftw3 < 3.3
|
Obsoletes: fftw3 < 3.3
|
||||||
%if %{with hpc}
|
%if %{with hpc}
|
||||||
@ -485,7 +485,8 @@ prepend-path PATH %{hpc_bindir}
|
|||||||
prepend-path MANPATH %{hpc_mandir}
|
prepend-path MANPATH %{hpc_mandir}
|
||||||
prepend-path INCLUDE %{hpc_includedir}
|
prepend-path INCLUDE %{hpc_includedir}
|
||||||
prepend-path LD_LIBRARY_PATH %{hpc_libdir}
|
prepend-path LD_LIBRARY_PATH %{hpc_libdir}
|
||||||
setenv %{BNAME}_DIR %{hpc_prefix}
|
setenv %{BNAME}_DIR %{hpc_prefix}
|
||||||
|
setenv %{BNAME}_BIN %{hpc_bindir}
|
||||||
setenv %{BNAME}_LIB %{hpc_libdir}
|
setenv %{BNAME}_LIB %{hpc_libdir}
|
||||||
setenv %{BNAME}_INC %{hpc_includedir}
|
setenv %{BNAME}_INC %{hpc_includedir}
|
||||||
if ([file isdirectory %{hpc_includedir}]) {
|
if ([file isdirectory %{hpc_includedir}]) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user