Hello community,

here is the log from the commit of package fftw3 for openSUSE:Factory checked 
in at 2017-11-16 13:59:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fftw3 (Old)
 and      /work/SRC/openSUSE:Factory/.fftw3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fftw3"

Thu Nov 16 13:59:33 2017 rev:38 rq:541880 version:3.3.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/fftw3/fftw3.changes      2017-11-10 
14:42:16.232896945 +0100
+++ /work/SRC/openSUSE:Factory/.fftw3.new/fftw3.changes 2017-11-16 
13:59:33.488791600 +0100
@@ -1,0 +2,11 @@
+Tue Nov 14 16:23:54 UTC 2017 - [email protected]
+
+- Fix library package dependencies - limit certain
+  dependencies to HPC packages.
+
+-------------------------------------------------------------------
+Sun Nov 12 16:25:33 UTC 2017 - [email protected]
+
+- Fix HPC library requires package and modules file.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fftw3.spec ++++++
--- /var/tmp/diff_new_pack.qUqci7/_old  2017-11-16 13:59:34.056771020 +0100
+++ /var/tmp/diff_new_pack.qUqci7/_new  2017-11-16 13:59:34.060770875 +0100
@@ -122,7 +122,6 @@
 BuildRequires:  suse-hpc
 %if %{with mpi}
 BuildRequires:  
%{mpi_flavor}%{?mpi_vers}-%{compiler_family}%{?c_f_ver}-hpc-macros-devel
-Requires:       %{mpi_flavor}_%{?mpi_ver}-%{compiler_family}%{?c_f_ver}-hpc
 %endif
 %else
 BuildRequires:  gcc-c++
@@ -172,6 +171,10 @@
 Group:          System/Libraries
 Provides:       fftw3 = %{version}-%{release}
 Obsoletes:      fftw3 < 3.3
+%if %{with hpc}
+Requires:       lua-lmod
+%hpc_requires
+%endif
 
 %description -n %package_libname
 FFTW is a C subroutine library for computing the Discrete Fourier
@@ -394,10 +397,10 @@
 
 prepend-path    PATH                %{hpc_bindir}
 prepend-path    MANPATH             %{hpc_mandir}
+prepend-path    INCLUDE             %{hpc_includedir}
 prepend-path    LD_LIBRARY_PATH     %{hpc_libdir}
-prepend-path    MODULEPATH          %{hpc_modulepath}/%pname
-setenv                 %{BNAME}_DIR        %{hpc_path}
-setenv                 %{BNAME}_DIR        %{hpc_libdir}
+setenv                 %{BNAME}_DIR        %{hpc_prefix}
+setenv          %{BNAME}_LIB        %{hpc_libdir}
 setenv          %{BNAME}_INC        %{hpc_includedir}
 if ([file isdirectory  %{hpc_includedir}]) {
 # should work also for fortran


Reply via email to