Ticket #25683: qrupdate-portfile.diff
File qrupdate-portfile.diff, 1.0 KB (added by todmorrison (Tod Morrison), 14 years ago) |
---|
-
math/qrupdate/Portfile
old new 20 20 sha1 8fbaba202b0d4bf80852b2dc6c8d1d4b90b816d4 \ 21 21 rmd160 fd63306abe91adcd5d47e408d9cd4af3e1b32b0c 22 22 23 depends_lib -appendport:atlas23 depends_lib port:atlas 24 24 25 25 use_configure no 26 26 build.target lib solib … … 72 72 } 73 73 } 74 74 75 variant no_atlas description {use system blas instead of atlas} { 76 depends_lib-delete port:atlas 77 build.args PREFIX=${prefix} BLAS="-framework Accelerate" LAPACK="-framework Accelerate" 78 destroot.args PREFIX=${prefix} BLAS="-framework Accelerate" LAPACK="-framework Accelerate" 79 test.args PREFIX=${prefix} BLAS="-framework Accelerate" LAPACK="-framework Accelerate" 80 } 81 75 82 variant gcc43 conflicts g95 gcc44 universal description {build with gcc43 fortran} { 76 83 depends_lib-append port:gcc43 77 84 post-patch {