Changeset 144142
- Timestamp:
- Jan 3, 2016, 6:09:12 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/math/qrupdate/Portfile
r144141 r144142 68 68 } 69 69 70 variant atlas conflicts accelerate description {build with atlas instead of Accelerate framework} {70 variant atlas conflicts accelerate openblas description {build with atlas instead of Accelerate framework} { 71 71 depends_lib-append port:atlas 72 72 build.args-append BLAS="-L${prefix}/lib -ltatlas" LAPACK="-L${prefix}/lib -llapack" … … 75 75 } 76 76 77 variant accelerate conflicts atlas description {build with Accelerate framework} {77 variant accelerate conflicts atlas openblas description {build with Accelerate framework} { 78 78 depends_lib-append port:vecLibFort 79 79 build.args-append BLAS=-lvecLibFort LAPACK="-framework Accelerate" 80 80 destroot.args-append BLAS=-lvecLibFort LAPACK="-framework Accelerate" 81 81 test.args-append BLAS=-lvecLibFort LAPACK="-framework Accelerate" 82 } 83 84 variant openblas conflicts accelerate atlas description {build with Accelerate framework} { 85 PortGroup active_variants 1.1 86 87 depends_lib-append path:lib/libopenblas.dylib:OpenBLAS 88 # LAPACK required 89 require_active_variants path:lib/libopenblas.dylib:OpenBLAS lapack 90 91 build.args-append BLAS=-lopenblas LAPACK=-lopenblas 92 destroot.args-append BLAS=-lopenblas LAPACK=-lopenblas 93 test.args-append BLAS=-lvecLibFort LAPACK=-lvecLibFort 82 94 } 83 95
Note: See TracChangeset
for help on using the changeset viewer.