#4 Use reference BLAS/LAPACK for tests
Merged 3 years ago by limb. Opened 3 years ago by iucar.
rpms/ iucar/igraph rawhide  into  rawhide

file modified
+3 -1
@@ -67,6 +67,7 @@ 

  find . -name '.arch-ids' | xargs rm -rf

  

  %check

+ export FLEXIBLAS=netlib

  %ctest

  

  
@@ -84,10 +85,11 @@ 

  %doc %{_mandir}/man3/igraph.3*

  

  %changelog

- * Sun Apr 18 2021 Iñaki Úcar <iucar@fedoraproject.org> - 0.9.2-2

+ * Mon Apr 19 2021 Iñaki Úcar <iucar@fedoraproject.org> - 0.9.2-2

  - https://fedoraproject.org/wiki/Changes/FlexiBLAS_as_BLAS/LAPACK_manager

  - Enable LTO and TLS

  - Use system suitesparse

+ - Use reference BLAS/LAPACK for tests

  

  * Thu Apr 15 2021 Gwyn Ciesla <gwync@protonmail.com> - 0.9.2-1

  - 0.9.2

There we go. All architectures succeed with reference BLAS/LAPACK, as you can see in this scratch build: https://koji.fedoraproject.org/koji/taskinfo?taskID=66262845. I've simply updated my last changelog line, because the previous build didn't succeed.

Pull-Request has been merged by limb

3 years ago
Metadata