Changeset 201832


Ignore:
Timestamp:
Apr 25, 2008, 10:29:18 AM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
2f6ae6
Parents:
41d75d
Message:

normal blas (e.g. prefered gotoblas) instead of gslcblas is used in linking

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/configure.ac

    r41d75d r201832  
    3737# check for GNU Scientific Library
    3838AC_CHECK_LIB(m,main)
    39 AC_CHECK_LIB(gslcblas,main)
     39AC_CHECK_LIB(blas,main)
    4040AC_CHECK_LIB(gsl,main)
    4141
  • pcp/configure.ac

    r41d75d r201832  
    154154# check for GNU Scientific Library
    155155#AC_CHECK_LIB(m,main)
    156 AC_CHECK_LIB(gslcblas,main)
     156AC_CHECK_LIB(blas,main)
    157157AC_CHECK_LIB(gsl,main)
    158158
     
    174174fi
    175175
     176# test suite
     177#AC_CONFIG_TESTDIR(tests)
     178#AC_CONFIG_FILES([tests/m4], [chmod +x tests/m4])
     179#AC_CONFIG_FILES([tests/Makefile tests/atlocal])
     180
    176181AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile])
    177182AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.