Compare commits

...

2 Commits
master ... f27

Author SHA1 Message Date
Lumir Balhar
d3f9d62d37 Merge branch 'master' into f27 2018-01-03 13:45:44 +01:00
Christian Dersch
451dc0b7df OpenBLAS-related fixes 2017-11-03 16:02:17 +01:00

View File

@ -202,7 +202,7 @@ env CFLAGS="$RPM_OPT_FLAGS" \
OPENBLAS=%{_libdir} \ OPENBLAS=%{_libdir} \
%else %else
ATLAS=%{_libdir}/atlas \ ATLAS=%{_libdir}/atlas \
%endif %endif
FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} \ FFTW=%{_libdir} BLAS=%{_libdir} LAPACK=%{_libdir} \
%__python2 setup.py install --root=$RPM_BUILD_ROOT %__python2 setup.py install --root=$RPM_BUILD_ROOT
@ -256,6 +256,9 @@ popd
* Mon Nov 20 2017 Lumír Balhar <lbalhar@redhat.com> - 1.0.0-3 * Mon Nov 20 2017 Lumír Balhar <lbalhar@redhat.com> - 1.0.0-3
- New subpackages with HTML documentation - New subpackages with HTML documentation
* Fri Nov 03 2017 Christian Dersch <lupinix@mailbox.org> - 0.19.1-6
- OpenBLAS-related fixes
* Tue Oct 31 2017 Christian Dersch <lupinix@mailbox.org> - 1.0.0-2 * Tue Oct 31 2017 Christian Dersch <lupinix@mailbox.org> - 1.0.0-2
- Use openblas where available https://fedoraproject.org/wiki/Changes/OpenBLAS_as_default_BLAS - Use openblas where available https://fedoraproject.org/wiki/Changes/OpenBLAS_as_default_BLAS
- Remove ppc64 hackery for OpenBLAS - Remove ppc64 hackery for OpenBLAS