Home
last modified time | relevance | path

Searched refs:LAPACK_LIBS (Results 1 – 25 of 621) sorted by relevance

12345678910>>...25

/dports/math/gretl/gretl-2021d/macros/
H A Dlapack.m46 # fancier setups, supply LAPACK_LIBS.
15 if test x"${LAPACK_LIBS}" = x ; then
17 AC_CHECK_LIB(openblas_omp,ddot_,LAPACK_LIBS="-lopenblas_omp",LAPACK_LIBS="none")
18 if test $LAPACK_LIBS = "none" ; then
20 AC_CHECK_LIB(openblaso,ddot_,LAPACK_LIBS="-lopenblaso",LAPACK_LIBS="none")
24 AC_CHECK_LIB(openblas,ddot_,LAPACK_LIBS="-lopenblas",LAPACK_LIBS="none")
28 AC_CHECK_LIB(blas,ddot_,LAPACK_LIBS="-llapack -lblas",LAPACK_LIBS="none")
32 LAPACK_LIBS=""
39 LIBS="$LAPACK_LIBS $LIBS"
82 LAPACK_LIBS=""
[all …]
/dports/math/lapack++/lapackpp-2.5.4/macros/
H A Dacx_lapack.m413 -* | */* | *.a | *.so | *.so.* | *.o) LAPACK_LIBS="$withval" ;;
14 *) LAPACK_LIBS="-l$withval" ;;
25 # First, check LAPACK_LIBS environment variable
26 if test "x$LAPACK_LIBS" != x; then
27 save_LIBS="$LIBS"; LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
28 AC_MSG_CHECKING([for $cheev in $LAPACK_LIBS])
29 AC_TRY_LINK_FUNC($cheev, [acx_lapack_ok=yes], [LAPACK_LIBS=""])
33 LAPACK_LIBS=""
81 LAPACK_LIBS="$d/$found_file"
92 AC_MSG_RESULT($LAPACK_LIBS)
[all …]
/dports/science/harminv/harminv-1.3.1/
H A Dacx_lapack.m45 dnl On success, it sets the LAPACK_LIBS output variable to
9 dnl $LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS
41 *) LAPACK_LIBS="-l$with_lapack" ;;
52 # First, check LAPACK_LIBS environment variable
53 if test "x$LAPACK_LIBS" != x; then
54 save_LIBS="$LIBS"; LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
55 AC_MSG_CHECKING([for $cheev in $LAPACK_LIBS])
56 AC_TRY_LINK_FUNC($cheev, [acx_lapack_ok=yes], [LAPACK_LIBS=""])
60 LAPACK_LIBS=""
76 [acx_lapack_ok=yes; LAPACK_LIBS="-l$lapack"], [], [$FLIBS])
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/OPTPP/config/
H A Dacx_lapack.m45 dnl success, it sets the LAPACK_LIBS output variable to hold the
10 dnl $LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS
44 -* | */* | *.a | *.so | *.so.* | *.o) LAPACK_LIBS="$with_lapack" ;;
45 *) LAPACK_LIBS="-l$with_lapack" ;;
56 # First, check LAPACK_LIBS environment variable
57 if test "x$LAPACK_LIBS" != x; then
58 save_LIBS="$LIBS"; LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
59 AC_MSG_CHECKING([for $cheev in $LAPACK_LIBS])
60 AC_TRY_LINK_FUNC($cheev, [acx_lapack_ok=yes], [LAPACK_LIBS=""])
64 LAPACK_LIBS=""
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/acro/config/
H A Dacx_lapack.m45 dnl On success, it sets the LAPACK_LIBS output variable to
10 dnl $LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS
42 -* | */* | *.a | *.so | *.so.* | *.o) LAPACK_LIBS="$with_lapack" ;;
43 *) LAPACK_LIBS="-l$with_lapack" ;;
54 # First, check LAPACK_LIBS environment variable
55 if test "x$LAPACK_LIBS" = x; then :; else
56 save_LIBS="$LIBS"; LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
57 AC_MSG_CHECKING([for $cheev in $LAPACK_LIBS])
58 AC_TRY_LINK_FUNC($cheev, [acx_lapack_ok=yes], [LAPACK_LIBS=""])
62 LAPACK_LIBS=""
[all …]
/dports/devel/ga/ga-5.8/m4/
H A Dga_lapack.m448 LAPACK_LIBS=
51 GA_ARG_PARSE([with_lapack], [LAPACK_LIBS], [LAPACK_LDFLAGS], [LAPACK_CPPFLAGS])
71 # If failed, erase LAPACK_LIBS but maintain LAPACK_LDFLAGS and LAPACK_CPPFLAGS.
73 [LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS"
78 AC_LINK_IFELSE([], [ga_lapack_ok=yes], [LAPACK_LIBS=])
83 AC_LINK_IFELSE([], [ga_lapack_ok=yes], [LAPACK_LIBS=])
91 [ga_save_LIBS="$LIBS"; LIBS="-l$lib $BLAS_LIBS $LIBS"; LAPACK_LIBS="-l$lib"
96 AC_LINK_IFELSE([], [ga_lapack_ok=yes], [LAPACK_LIBS=])
101 AC_LINK_IFELSE([], [ga_lapack_ok=yes], [LAPACK_LIBS=])
110 AC_SUBST([LAPACK_LIBS])
/dports/math/adept/adept-2.0.8/m4/
H A Dax_lapack.m413 # LAPACK_LIBS output variable to hold the requisite library linkages.
17 # $LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS
80 *) LAPACK_LIBS="-l$with_lapack" ;;
89 LAPACK_LIBS=""
92 # First, check LAPACK_LIBS environment variable
93 if test "x$LAPACK_LIBS" != x; then
94 save_LIBS="$LIBS"; LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
95 AC_MSG_CHECKING([for $cheev in $LAPACK_LIBS])
96 AC_TRY_LINK_FUNC($cheev, [ax_lapack_ok=yes], [LAPACK_LIBS=""])
100 LAPACK_LIBS=""
[all …]
/dports/math/octave/octave-6.4.0/m4/
H A Dax_lapack.m413 # LAPACK_LIBS output variable to hold the requisite library linkages.
17 # $LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS
80 *) LAPACK_LIBS="-l$with_lapack" ;;
89 LAPACK_LIBS=""
92 # First, check LAPACK_LIBS environment variable
93 if test "x$LAPACK_LIBS" != x; then
94 save_LIBS="$LIBS"; LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
95 AC_MSG_CHECKING([for $cheev in $LAPACK_LIBS])
96 AC_TRY_LINK_FUNC($cheev, [ax_lapack_ok=yes], [LAPACK_LIBS=""])
100 LAPACK_LIBS=""
[all …]
/dports/math/octave-forge-ltfat/ltfat/lib/ltfatcompat/m4/
H A Dax_lapack.m413 # LAPACK_LIBS output variable to hold the requisite library linkages.
17 # $LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS
80 *) LAPACK_LIBS="-l$with_lapack" ;;
89 LAPACK_LIBS=""
92 # First, check LAPACK_LIBS environment variable
93 if test "x$LAPACK_LIBS" != x; then
94 save_LIBS="$LIBS"; LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
95 AC_MSG_CHECKING([for $cheev in $LAPACK_LIBS])
96 AC_TRY_LINK_FUNC($cheev, [ax_lapack_ok=yes], [LAPACK_LIBS=""])
100 LAPACK_LIBS=""
[all …]
/dports/science/dynare/dynare-4.6.4/m4/
H A Dax_lapack.m413 # LAPACK_LIBS output variable to hold the requisite library linkages.
17 # $LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS
80 *) LAPACK_LIBS="-l$with_lapack" ;;
89 LAPACK_LIBS=""
92 # First, check LAPACK_LIBS environment variable
93 if test "x$LAPACK_LIBS" != x; then
94 save_LIBS="$LIBS"; LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
95 AC_MSG_CHECKING([for $cheev in $LAPACK_LIBS])
96 AC_TRY_LINK_FUNC($cheev, [ax_lapack_ok=yes], [LAPACK_LIBS=""])
100 LAPACK_LIBS=""
[all …]
/dports/graphics/libprojectm/projectm-3.1.12/m4/autoconf-archive/
H A Dax_lapack.m413 # LAPACK_LIBS output variable to hold the requisite library linkages.
17 # $LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS
80 *) LAPACK_LIBS="-l$with_lapack" ;;
89 LAPACK_LIBS=""
92 # First, check LAPACK_LIBS environment variable
93 if test "x$LAPACK_LIBS" != x; then
94 save_LIBS="$LIBS"; LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
95 AC_MSG_CHECKING([for $cheev in $LAPACK_LIBS])
96 AC_TRY_LINK_FUNC($cheev, [ax_lapack_ok=yes], [LAPACK_LIBS=""])
100 LAPACK_LIBS=""
[all …]
/dports/math/jags/JAGS-4.3.0/m4/
H A Dax_lapack.m413 # LAPACK_LIBS output variable to hold the requisite library linkages.
17 # $LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS
80 *) LAPACK_LIBS="-l$with_lapack" ;;
89 LAPACK_LIBS=""
92 # First, check LAPACK_LIBS environment variable
93 if test "x$LAPACK_LIBS" != x; then
94 save_LIBS="$LIBS"; LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
95 AC_MSG_CHECKING([for $cheev in $LAPACK_LIBS])
96 AC_TRY_LINK_FUNC($cheev, [ax_lapack_ok=yes], [LAPACK_LIBS=""])
100 LAPACK_LIBS=""
[all …]
/dports/science/mpb/mpb-1.11.1/m4/
H A Dax_lapack.m413 # LAPACK_LIBS output variable to hold the requisite library linkages.
17 # $LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS
80 *) LAPACK_LIBS="-l$with_lapack" ;;
89 LAPACK_LIBS=""
92 # First, check LAPACK_LIBS environment variable
93 if test "x$LAPACK_LIBS" != x; then
94 save_LIBS="$LIBS"; LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
95 AC_MSG_CHECKING([for $cheev in $LAPACK_LIBS])
96 AC_TRY_LINK_FUNC($cheev, [ax_lapack_ok=yes], [LAPACK_LIBS=""])
100 LAPACK_LIBS=""
[all …]
/dports/science/multiwfn/gMultiwfn-3.4.1-0-14-ge873677/config/
H A Dax_lapack.m413 # LAPACK_LIBS output variable to hold the requisite library linkages.
17 # $LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS
80 *) LAPACK_LIBS="-l$with_lapack" ;;
89 LAPACK_LIBS=""
92 # First, check LAPACK_LIBS environment variable
93 if test "x$LAPACK_LIBS" != x; then
94 save_LIBS="$LIBS"; LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
95 AC_MSG_CHECKING([for $cheev in $LAPACK_LIBS])
96 AC_TRY_LINK_FUNC($cheev, [ax_lapack_ok=yes], [LAPACK_LIBS=""])
100 LAPACK_LIBS=""
[all …]
/dports/biology/treekin/Treekin-0.5.1/m4/
H A Dax_lapack.m413 # LAPACK_LIBS output variable to hold the requisite library linkages.
17 # $LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS
80 *) LAPACK_LIBS="-l$with_lapack" ;;
89 LAPACK_LIBS=""
92 # First, check LAPACK_LIBS environment variable
93 if test "x$LAPACK_LIBS" != x; then
94 save_LIBS="$LIBS"; LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
95 AC_MSG_CHECKING([for $cheev in $LAPACK_LIBS])
96 AC_TRY_LINK_FUNC($cheev, [ax_lapack_ok=yes], [LAPACK_LIBS=""])
100 LAPACK_LIBS=""
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/config/
H A Dax_lapack.m413 # LAPACK_LIBS output variable to hold the requisite library linkages.
17 # $LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS
80 *) LAPACK_LIBS="-l$with_lapack" ;;
97 LAPACK_LIBS=""
115 # First, check LAPACK_LIBS environment variable
116 if test "x$LAPACK_LIBS" != x; then
117 save_LIBS="$LIBS"; LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
118 AC_MSG_CHECKING([for $cheev in $LAPACK_LIBS])
119 AC_TRY_LINK_FUNC($cheev, [ax_lapack_ok=yes], [LAPACK_LIBS=""])
123 LAPACK_LIBS=""
[all …]
/dports/math/octave-forge-optiminterp/optiminterp-0.3.7/src/
H A DMakefile.in32 ifndef LAPACK_LIBS
33 LAPACK_LIBS := $(shell $(MKOCTFILE) -p LAPACK_LIBS)
41 LDFLAGS := $(shell $(MKOCTFILE) -p LDFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
58 $(MKOCTFILE) -o $@ $(OBJECTS) $(LIBS) $(LAPACK_LIBS) $(FLIBS)
/dports/math/arpack-ng/arpack-ng-3.8.0/m4/
H A Dax_lapack.m413 # LAPACK_LIBS output variable to hold the requisite library linkages.
17 # $LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS
81 LAPACK_LIBS="$with_lapack"
83 *) LAPACK_LIBS="-l$with_lapack" ;;
92 LAPACK_LIBS=""
95 # First, check LAPACK_LIBS environment variable
96 if test "x$LAPACK_LIBS" != x; then
97 save_LIBS="$LIBS"; LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
98 AC_MSG_CHECKING([for $cheev in $LAPACK_LIBS])
103 LAPACK_LIBS=""
[all …]
/dports/devel/autoconf-archive/autoconf-archive-2019.01.06/m4/
H A Dax_lapack.m413 # LAPACK_LIBS output variable to hold the requisite library linkages.
17 # $LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS
79 -* | */* | *.a | *.so | *.so.* | *.o) LAPACK_LIBS="$with_lapack" ;;
80 *) LAPACK_LIBS="-l$with_lapack" ;;
89 LAPACK_LIBS=""
92 # First, check LAPACK_LIBS environment variable
93 if test "x$LAPACK_LIBS" != x; then
94 save_LIBS="$LIBS"; LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
95 AC_MSG_CHECKING([for $cheev in $LAPACK_LIBS])
100 LAPACK_LIBS=""
[all …]
/dports/science/v_sim/v_sim-3.8.0/m4/
H A Dax_lapack.m4130 -* | */* | *.a | *.so | *.so.* | *.o) LAPACK_LIBS="$with_lapack" ;;
131 *) LAPACK_LIBS="-l$with_lapack" ;;
142 # First, check LAPACK_LIBS environment variable
143 if test "x$LAPACK_LIBS" != x; then
144 save_LIBS="$LIBS"; LIBS="$LAPACK_LIBS $BLAS_LIBS $LIBS $FLIBS"
145 AC_MSG_CHECKING([for $cheev in $LAPACK_LIBS])
146 AC_TRY_LINK_FUNC($cheev, [acx_lapack_ok=yes], [LAPACK_LIBS=""])
150 LAPACK_LIBS=""
166 [acx_lapack_ok=yes; LAPACK_LIBS="-l$lapack"], [], [$FLIBS])
171 AC_SUBST(LAPACK_LIBS)
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/hopspack/
H A DConfigureLapack.cmake36 #---- LAPACK_LIBS - for linking
61 IF (NOT DEFINED LAPACK_LIBS)
63 ENDIF (NOT DEFINED LAPACK_LIBS)
70 FOREACH (loopVar ${LAPACK_LIBS})
79 FOREACH (loopVar ${LAPACK_LIBS})
98 SET (ALL_LIB_LIST ${LAPACK_LIBS} ${LAPACK_ADD_LIBS})
140 FOREACH (loopVar ${LAPACK_LIBS})
168 FIND_LIBRARY (LAPACK_LIBS NAMES lapack
185 # SET (LAPACK_LIBS ${LIB1} ${LIB2})
189 # FIND_LIBRARY (LAPACK_LIBS NAMES clapack
[all …]
/dports/science/mbdyn/mbdyn-1.7.3/libraries/libmbmath/
H A DMakefile.am98 @LAPACK_LIBS@ \
116 @LAPACK_LIBS@ \
134 @LAPACK_LIBS@ \
152 @LAPACK_LIBS@ \
170 @LAPACK_LIBS@ \
189 @LAPACK_LIBS@ \
/dports/math/octave-forge-ltfat/ltfat/oct/
H A DMakefile_unix20 ifndef LAPACK_LIBS
21 LAPACK_LIBS := $(shell $(MKOCTFILE) -p LAPACK_LIBS)
39 export LFLAGS := $(shell $(MKOCTFILE) -p LFLAGS) $(FLIBS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FFTW_LIBS)
/dports/math/gretl/gretl-2021d/plugin/
H A DMakefile.in38 LAPACK_LIBS = @LAPACK_LIBS@
312 $(LINK) -o $@ $< $(GRETLLIB) $(LAPACK_LIBS)
321 $(LINK) -o $@ $^ $(GRETLLIB) $(LAPACK_LIBS)
324 $(LINK) -o $@ $^ $(GRETLLIB) $(LAPACK_LIBS)
327 $(LINK) -o $@ $< $(GRETLLIB) $(LAPACK_LIBS)
333 $(LINK) -o $@ $^ $(GRETLLIB) $(LAPACK_LIBS)
351 $(LINK) -o $@ $^ $(GRETLLIB) $(LAPACK_LIBS)
366 $(LINK) -o $@ $^ $(GRETLLIB) $(LAPACK_LIBS)
404 $(LINK) -o $@ $< $(GTK_LIBS) $(GRETLLIB) $(LAPACK_LIBS)
416 $(LINK) -o $@ $< $(GTK_LIBS) $(GRETLLIB) $(LAPACK_LIBS)
[all …]
/dports/math/octave-forge-control/control-3.3.1/src/
H A DMakefile5 ifndef LAPACK_LIBS
6 LAPACK_LIBS := $(shell $(MKOCTFILE) -p LAPACK_LIBS) macro
14 LDFLAGS := $(shell $(MKOCTFILE) -p LDFLAGS) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)

12345678910>>...25