# additional configuration information for Cactus to build this thorn # $Header$ # environment variable LAPACK_DIR, if set (should be a black-separated # list of directories), says where to look for LAPACK/BLAS libraries ifneq ($(strip $(LAPACK_DIR)), ) LIBDIRS += $(LAPACK_DIR) endif # n.b. lapack and blas need to go at the *front* of other libs # since they may use libm etc # n.b. g2c is needed here if and only if g77 is use for any code # (eg on linux lapack/blas rpms are usually built with g77) LIBS := lapack blas g2c $(LIBS)