Advertisement
ReillyBrogan

Untitled

Mar 12th, 2025
62
0
157 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. #
  2. # SPDX-FileCopyrightText: © 2020-2025 Serpent OS Developers
  3. #
  4. # SPDX-License-Identifier: MPL-2.0
  5. #
  6. name : openblas
  7. version : 0.3.29
  8. release : 1
  9. homepage : https://github.com/OpenMathLib/OpenBLAS
  10. upstreams :
  11. - https://github.com/OpenMathLib/OpenBLAS/archive/refs/tags/v0.3.29.tar.gz : 38240eee1b29e2bde47ebb5d61160207dc68668a54cac62c076bb5032013b1eb
  12. summary : OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version
  13. description : |
  14. OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version
  15. license : BSD-3-Clause
  16. builddeps :
  17. - binary(as) # needed by gfortran
  18. # TODO switch this to flang
  19. - binary(gfortran)
  20. tuning :
  21. - icf: false # incompatible with gfortran
  22. setup : |
  23. %cmake \
  24. -DCMAKE_Fortran_COMPILER=gfortran
  25. -DBUILD_SHARED_LIBS=ON \
  26. -DDYNAMIC_ARCH=ON \
  27. -DTARGET=GENERIC \
  28. -DUSE_OPENMP=1 \
  29. build : |
  30. %cmake_build
  31. install : |
  32. %cmake_install
  33. # TODO: If you are touching this library in the future check if we've updated to LLVM 20 or newer. If so then we've probably added flang
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement