#40317: stimfit @0.12.4_2: update 0.12.8 -------------------------+--------------------------------- Reporter: christsc@… | Owner: macports-tickets@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: haspatch maintainer Port: stimfit | -------------------------+--------------------------------- Comment (by mojca@…): However it works with `-lblas` rather than `-llapack` (I saw [http://software.intel.com/sites/products/documentation/hpc/mkl/mkl_userguide... /GUID-ABCC618B-43C4-4DCD-ADA2-6F061B5116CD.htm some docs] suggesting that the function should be part of blas rather than lapack). After the following change (I made two changes, I'm not sure which made made the difference yet) the `configure` step succeeds. Again, this doesn't seem to be related to Atlas. {{{ --- a/configure +++ b/configure @@ -16248,7 +16248,7 @@ if ${ac_cv_lib_lapack_dgemm_+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-llapack $LIBS" +LIBS="-llapack -lblas $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ @@ -16299,7 +16299,7 @@ if ${ac_cv_lib_lapack_dgemm_+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-llapack $LIBS" +LIBS="-llapack -lblas $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ }}} -- Ticket URL: <https://trac.macports.org/ticket/40317#comment:14> MacPorts <http://www.macports.org/> Ports system for OS X