Various change: add target to generate doc (man and html) and cleanup make.inc's
This commit is contained in:
+5
-11
@@ -1,14 +1,10 @@
|
||||
####################################################################
|
||||
# LAPACK make include file. #
|
||||
# LAPACK, Version 3.2.1 #
|
||||
# April 2009 #
|
||||
# LAPACK, Version 3.4.0 #
|
||||
# November 2011 #
|
||||
####################################################################
|
||||
#
|
||||
SHELL = /bin/sh
|
||||
#
|
||||
# The machine (platform) identifier to append to the library names
|
||||
#
|
||||
PLAT = _ALPHA
|
||||
#
|
||||
# Modify the FORTRAN and OPTS definitions to refer to the
|
||||
# compiler and desired compiler options for your machine. NOOPT
|
||||
@@ -57,9 +53,7 @@ XBLASLIB =
|
||||
# machine-specific, optimized BLAS library should be used whenever
|
||||
# possible.)
|
||||
#
|
||||
#BLASLIB = ../../blas$(PLAT).a
|
||||
#BLASLIB = ../../librefblas.a
|
||||
BLASLIB = -ldxml
|
||||
LAPACKLIB = lapack$(PLAT).a
|
||||
TMGLIB = tmglib$(PLAT).a
|
||||
EIGSRCLIB = eigsrc$(PLAT).a
|
||||
LINSRCLIB = linsrc$(PLAT).a
|
||||
LAPACKLIB = liblapack.a
|
||||
TMGLIB = libtmglib.a
|
||||
|
||||
+5
-11
@@ -1,14 +1,10 @@
|
||||
####################################################################
|
||||
# LAPACK make include file. #
|
||||
# LAPACK, Version 3.2.1 #
|
||||
# April 2009 #
|
||||
# LAPACK, Version 3.4.0 #
|
||||
# November 2011 #
|
||||
####################################################################
|
||||
#
|
||||
SHELL = /bin/sh
|
||||
#
|
||||
# The machine (platform) identifier to append to the library names
|
||||
#
|
||||
PLAT = _HPPA
|
||||
#
|
||||
# Modify the FORTRAN and OPTS definitions to refer to the
|
||||
# compiler and desired compiler options for your machine. NOOPT
|
||||
@@ -57,9 +53,7 @@ XBLASLIB =
|
||||
# machine-specific, optimized BLAS library should be used whenever
|
||||
# possible.)
|
||||
#
|
||||
#BLASLIB = ../../blas$(PLAT).a
|
||||
#BLASLIB = ../../librefblas.a
|
||||
BLASLIB = -lblas
|
||||
LAPACKLIB = lapack$(PLAT).a
|
||||
TMGLIB = tmglib$(PLAT).a
|
||||
EIGSRCLIB = eigsrc$(PLAT).a
|
||||
LINSRCLIB = linsrc$(PLAT).a
|
||||
LAPACKLIB = liblapack.a
|
||||
TMGLIB = libtmglib.a
|
||||
|
||||
+5
-11
@@ -1,14 +1,10 @@
|
||||
####################################################################
|
||||
# LAPACK make include file. #
|
||||
# LAPACK, Version 3.2.1 #
|
||||
# April 2009 #
|
||||
# LAPACK, Version 3.4.0 #
|
||||
# November 2011 #
|
||||
####################################################################
|
||||
#
|
||||
SHELL = /sbin/sh
|
||||
#
|
||||
# The machine (platform) identifier to append to the library names
|
||||
#
|
||||
PLAT = _IRIX64-64
|
||||
#
|
||||
# Modify the FORTRAN and OPTS definitions to refer to the
|
||||
# compiler and desired compiler options for your machine. NOOPT
|
||||
@@ -60,9 +56,7 @@ XBLASLIB =
|
||||
# machine-specific, optimized BLAS library should be used whenever
|
||||
# possible.)
|
||||
#
|
||||
BLASLIB = ../../blas$(PLAT).a
|
||||
#BLASLIB = -lblas
|
||||
LAPACKLIB = lapack$(PLAT).a
|
||||
TMGLIB = tmglib$(PLAT).a
|
||||
EIGSRCLIB = eigsrc$(PLAT).a
|
||||
LINSRCLIB = linsrc$(PLAT).a
|
||||
BLASLIB = ../../librefblas.a
|
||||
LAPACKLIB = liblapack.a
|
||||
TMGLIB = libtmglib.a
|
||||
|
||||
+5
-12
@@ -1,15 +1,10 @@
|
||||
####################################################################
|
||||
# LAPACK make include file. #
|
||||
# LAPACK, Version 3.2.1 #
|
||||
# April 2009 #
|
||||
# LAPACK, Version 3.4.0 #
|
||||
# November 2011 #
|
||||
####################################################################
|
||||
#
|
||||
SHELL = /sbin/sh
|
||||
#
|
||||
# The machine (platform) identifier to append to the library names
|
||||
#
|
||||
PLAT = _IRIX64
|
||||
#PLAT = _IRIX64mp
|
||||
#
|
||||
# Modify the FORTRAN and OPTS definitions to refer to the
|
||||
# compiler and desired compiler options for your machine. NOOPT
|
||||
@@ -63,8 +58,6 @@ XBLASLIB =
|
||||
#
|
||||
BLASLIB = -lblas
|
||||
#BLASLIB = -lblas_mp
|
||||
#BLASLIB = ../../blas$(PLAT).a
|
||||
LAPACKLIB = lapack$(PLAT).a
|
||||
TMGLIB = tmglib$(PLAT).a
|
||||
EIGSRCLIB = eigsrc$(PLAT).a
|
||||
LINSRCLIB = linsrc$(PLAT).a
|
||||
#BLASLIB = ../../librefblas.a
|
||||
LAPACKLIB = liblapack.a
|
||||
TMGLIB = libtmglib.a
|
||||
|
||||
+5
-11
@@ -1,14 +1,10 @@
|
||||
####################################################################
|
||||
# LAPACK make include file. #
|
||||
# LAPACK, Version 3.2.1 #
|
||||
# April 2009 #
|
||||
# LAPACK, Version 3.4.0 #
|
||||
# November 2011 #
|
||||
####################################################################
|
||||
#
|
||||
SHELL = /bin/sh
|
||||
#
|
||||
# The machine (platform) identifier to append to the library names
|
||||
#
|
||||
PLAT = _RS6K
|
||||
#
|
||||
# Modify the FORTRAN and OPTS definitions to refer to the
|
||||
# compiler and desired compiler options for your machine. NOOPT
|
||||
@@ -57,9 +53,7 @@ XBLASLIB =
|
||||
# machine-specific, optimized BLAS library should be used whenever
|
||||
# possible.)
|
||||
#
|
||||
#BLASLIB = ../../blas$(PLAT).a
|
||||
#BLASLIB = ../../librefblas.a
|
||||
BLASLIB = -lessl
|
||||
LAPACKLIB = lapack$(PLAT).a
|
||||
TMGLIB = tmglib$(PLAT).a
|
||||
EIGSRCLIB = eigsrc$(PLAT).a
|
||||
LINSRCLIB = linsrc$(PLAT).a
|
||||
LAPACKLIB = liblapack.a
|
||||
TMGLIB = libtmglib.a
|
||||
|
||||
+5
-11
@@ -1,14 +1,10 @@
|
||||
####################################################################
|
||||
# LAPACK make include file. #
|
||||
# LAPACK, Version 3.2.1 #
|
||||
# April 2009 #
|
||||
# LAPACK, Version 3.4.0 #
|
||||
# November 2011 #
|
||||
####################################################################
|
||||
#
|
||||
SHELL = /sbin/sh
|
||||
#
|
||||
# The machine (platform) identifier to append to the library names
|
||||
#
|
||||
PLAT = _SGI5
|
||||
#
|
||||
# Modify the FORTRAN and OPTS definitions to refer to the
|
||||
# compiler and desired compiler options for your machine. NOOPT
|
||||
@@ -57,9 +53,7 @@ XBLASLIB =
|
||||
# machine-specific, optimized BLAS library should be used whenever
|
||||
# possible.)
|
||||
#
|
||||
BLASLIB = ../../blas$(PLAT).a
|
||||
#BLASLIB = -lblas
|
||||
LAPACKLIB = lapack$(PLAT).a
|
||||
TMGLIB = tmglib$(PLAT).a
|
||||
EIGSRCLIB = eigsrc$(PLAT).a
|
||||
LINSRCLIB = linsrc$(PLAT).a
|
||||
BLASLIB = ../../librefblas.a
|
||||
LAPACKLIB = liblapack.a
|
||||
TMGLIB = libtmglib.a
|
||||
|
||||
+5
-11
@@ -1,14 +1,10 @@
|
||||
####################################################################
|
||||
# LAPACK make include file. #
|
||||
# LAPACK, Version 3.2.1 #
|
||||
# April 2009 #
|
||||
# LAPACK, Version 3.4.0 #
|
||||
# November 2011 #
|
||||
####################################################################
|
||||
#
|
||||
SHELL = /bin/sh
|
||||
#
|
||||
# The machine (platform) identifier to append to the library names
|
||||
#
|
||||
PLAT = _SUN4
|
||||
#
|
||||
# Modify the FORTRAN and OPTS definitions to refer to the
|
||||
# compiler and desired compiler options for your machine. NOOPT
|
||||
@@ -57,9 +53,7 @@ XBLASLIB =
|
||||
# machine-specific, optimized BLAS library should be used whenever
|
||||
# possible.)
|
||||
#
|
||||
BLASLIB = ../../blas$(PLAT).a
|
||||
#BLASLIB = -lblas
|
||||
LAPACKLIB = lapack$(PLAT).a
|
||||
TMGLIB = tmglib$(PLAT).a
|
||||
EIGSRCLIB = eigsrc$(PLAT).a
|
||||
LINSRCLIB = linsrc$(PLAT).a
|
||||
BLASLIB = ../../librefblas.a
|
||||
LAPACKLIB = liblapack.a
|
||||
TMGLIB = libtmglib.a
|
||||
|
||||
@@ -1,14 +1,10 @@
|
||||
####################################################################
|
||||
# LAPACK make include file. #
|
||||
# LAPACK, Version 3.2.1 #
|
||||
# April 2009 #
|
||||
# LAPACK, Version 3.4.0 #
|
||||
# November 2011 #
|
||||
####################################################################
|
||||
#
|
||||
SHELL = /bin/sh
|
||||
#
|
||||
# The machine (platform) identifier to append to the library names
|
||||
#
|
||||
PLAT = _SUN4SOL2
|
||||
#
|
||||
# Modify the FORTRAN and OPTS definitions to refer to the
|
||||
# compiler and desired compiler options for your machine. NOOPT
|
||||
@@ -61,10 +57,8 @@ XBLASLIB =
|
||||
# machine-specific, optimized BLAS library should be used whenever
|
||||
# possible.)
|
||||
#
|
||||
#BLASLIB = ../../blas$(PLAT).a
|
||||
#BLASLIB = ../../librefblas.a
|
||||
#BLASLIB = -xlic_lib=sunperf_mt
|
||||
BLASLIB = -xlic_lib=sunperf
|
||||
LAPACKLIB = lapack$(PLAT).a
|
||||
TMGLIB = tmglib$(PLAT).a
|
||||
EIGSRCLIB = eigsrc$(PLAT).a
|
||||
LINSRCLIB = linsrc$(PLAT).a
|
||||
LAPACKLIB = liblapack.a
|
||||
TMGLIB = libtmglib.a
|
||||
|
||||
@@ -1,14 +1,10 @@
|
||||
####################################################################
|
||||
# LAPACK make include file. #
|
||||
# LAPACK, Version 3.2.1 #
|
||||
# April 2009 #
|
||||
# LAPACK, Version 3.4.0 #
|
||||
# November 2011 #
|
||||
####################################################################
|
||||
#
|
||||
SHELL = /bin/sh
|
||||
#
|
||||
# The machine (platform) identifier to append to the library names
|
||||
#
|
||||
PLAT = _LINUX
|
||||
#
|
||||
# Modify the FORTRAN and OPTS definitions to refer to the
|
||||
# compiler and desired compiler options for your machine. NOOPT
|
||||
@@ -57,8 +53,6 @@ XBLASLIB =
|
||||
# machine-specific, optimized BLAS library should be used whenever
|
||||
# possible.)
|
||||
#
|
||||
BLASLIB = ../../blas$(PLAT).a
|
||||
LAPACKLIB = lapack$(PLAT).a
|
||||
TMGLIB = tmglib$(PLAT).a
|
||||
EIGSRCLIB = eigsrc$(PLAT).a
|
||||
LINSRCLIB = linsrc$(PLAT).a
|
||||
BLASLIB = ../../librefblas.a
|
||||
LAPACKLIB = liblapack.a
|
||||
TMGLIB = libtmglib.a
|
||||
|
||||
@@ -0,0 +1,58 @@
|
||||
####################################################################
|
||||
# LAPACK make include file. #
|
||||
# LAPACK, Version 3.4.0 #
|
||||
# November 2011 #
|
||||
####################################################################
|
||||
#
|
||||
SHELL = /bin/sh
|
||||
#
|
||||
# Modify the FORTRAN and OPTS definitions to refer to the
|
||||
# compiler and desired compiler options for your machine. NOOPT
|
||||
# refers to the compiler options desired when NO OPTIMIZATION is
|
||||
# selected. Define LOADER and LOADOPTS to refer to the loader
|
||||
# and desired load options for your machine.
|
||||
#
|
||||
FORTRAN = gfortran -fimplicit-none -g
|
||||
OPTS =
|
||||
DRVOPTS = $(OPTS)
|
||||
NOOPT = -g -O0
|
||||
LOADER = gfortran -g
|
||||
LOADOPTS =
|
||||
#
|
||||
# Timer for the SECOND and DSECND routines
|
||||
#
|
||||
# Default : SECOND and DSECND will use a call to the EXTERNAL FUNCTION ETIME
|
||||
# TIMER = EXT_ETIME
|
||||
# For RS6K : SECOND and DSECND will use a call to the EXTERNAL FUNCTION ETIME_
|
||||
# TIMER = EXT_ETIME_
|
||||
# For gfortran compiler: SECOND and DSECND will use a call to the INTERNAL FUNCTION ETIME
|
||||
# TIMER = INT_ETIME
|
||||
# If your Fortran compiler does not provide etime (like Nag Fortran Compiler, etc...)
|
||||
# SECOND and DSECND will use a call to the Fortran standard INTERNAL FUNCTION CPU_TIME
|
||||
TIMER = INT_CPU_TIME
|
||||
# If neither of this works...you can use the NONE value... In that case, SECOND and DSECND will always return 0
|
||||
# TIMER = NONE
|
||||
#
|
||||
# The archiver and the flag(s) to use when building archive (library)
|
||||
# If you system has no ranlib, set RANLIB = echo.
|
||||
#
|
||||
ARCH = ar
|
||||
ARCHFLAGS= cr
|
||||
RANLIB = ranlib
|
||||
#
|
||||
# Location of the extended-precision BLAS (XBLAS) Fortran library
|
||||
# used for building and testing extended-precision routines. The
|
||||
# relevant routines will be compiled and XBLAS will be linked only if
|
||||
# USEXBLAS is defined.
|
||||
#
|
||||
# USEXBLAS = Yes
|
||||
XBLASLIB =
|
||||
# XBLASLIB = -lxblas
|
||||
#
|
||||
# The location of the libraries to which you will link. (The
|
||||
# machine-specific, optimized BLAS library should be used whenever
|
||||
# possible.)
|
||||
#
|
||||
BLASLIB = ../../librefblas.a
|
||||
LAPACKLIB = liblapack.a
|
||||
TMGLIB = libtmglib.a
|
||||
+8
-20
@@ -1,17 +1,10 @@
|
||||
# -*- Makefile -*-
|
||||
####################################################################
|
||||
# LAPACK make include file. #
|
||||
# LAPACK, Version 3.2.1 #
|
||||
# April 2009 #
|
||||
# LAPACK, Version 3.4.0 #
|
||||
# November 2011 #
|
||||
####################################################################
|
||||
#
|
||||
# See the INSTALL/ directory for more examples.
|
||||
#
|
||||
SHELL = /bin/sh
|
||||
#
|
||||
# The machine (platform) identifier to append to the library names
|
||||
#
|
||||
PLAT = _LINUX
|
||||
#
|
||||
# Modify the FORTRAN and OPTS definitions to refer to the
|
||||
# compiler and desired compiler options for your machine. NOOPT
|
||||
@@ -47,12 +40,6 @@ ARCH = ar
|
||||
ARCHFLAGS= cr
|
||||
RANLIB = ranlib
|
||||
#
|
||||
# The location of BLAS library for linking the testing programs.
|
||||
# The target's machine-specific, optimized BLAS library should be
|
||||
# used whenever possible.
|
||||
#
|
||||
BLASLIB = ../../blas$(PLAT).a
|
||||
#
|
||||
# Location of the extended-precision BLAS (XBLAS) Fortran library
|
||||
# used for building and testing extended-precision routines. The
|
||||
# relevant routines will be compiled and XBLAS will be linked only if
|
||||
@@ -62,9 +49,10 @@ BLASLIB = ../../blas$(PLAT).a
|
||||
XBLASLIB =
|
||||
# XBLASLIB = -lxblas
|
||||
#
|
||||
# Names of generated libraries.
|
||||
# The location of the libraries to which you will link. (The
|
||||
# machine-specific, optimized BLAS library should be used whenever
|
||||
# possible.)
|
||||
#
|
||||
LAPACKLIB = lapack$(PLAT).a
|
||||
TMGLIB = tmglib$(PLAT).a
|
||||
EIGSRCLIB = eigsrc$(PLAT).a
|
||||
LINSRCLIB = linsrc$(PLAT).a
|
||||
BLASLIB = ../../librefblas.a
|
||||
LAPACKLIB = liblapack.a
|
||||
TMGLIB = libtmglib.a
|
||||
|
||||
+5
-11
@@ -1,14 +1,10 @@
|
||||
####################################################################
|
||||
# LAPACK make include file. #
|
||||
# LAPACK, Version 3.2.1 #
|
||||
# April 2009 #
|
||||
# LAPACK, Version 3.4.0 #
|
||||
# November 2011 #
|
||||
####################################################################
|
||||
#
|
||||
SHELL = /bin/sh
|
||||
#
|
||||
# The machine (platform) identifier to append to the library names
|
||||
#
|
||||
PLAT = _pghpf_SUNMP
|
||||
#
|
||||
# Modify the FORTRAN and OPTS definitions to refer to the
|
||||
# compiler and desired compiler options for your machine. NOOPT
|
||||
@@ -57,9 +53,7 @@ XBLASLIB =
|
||||
# machine-specific, optimized BLAS library should be used whenever
|
||||
# possible.)
|
||||
#
|
||||
BLASLIB = ../../blas$(PLAT).a
|
||||
#BLASLIB = -lessl
|
||||
LAPACKLIB = lapack$(PLAT).a
|
||||
TMGLIB = tmglib$(PLAT).a
|
||||
EIGSRCLIB = eigsrc$(PLAT).a
|
||||
LINSRCLIB = linsrc$(PLAT).a
|
||||
BLASLIB = ../../librefblas.a
|
||||
LAPACKLIB = liblapack.a
|
||||
TMGLIB = libtmglib.a
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Top Level Makefile for LAPACK
|
||||
# Version 3.2.2
|
||||
# June 2010
|
||||
# Version 3.4.0
|
||||
# November 2011
|
||||
#
|
||||
|
||||
include make.inc
|
||||
@@ -63,6 +63,23 @@ blas_testing:
|
||||
./xblat3d < dblat3.in ; \
|
||||
./xblat3c < cblat3.in ; \
|
||||
./xblat3z < zblat3.in )
|
||||
html:
|
||||
@echo "LAPACK HTML PAGES GENRATION with Doxygen"
|
||||
doxygen DOCS/Doxyfile
|
||||
@echo "=================="
|
||||
@echo "LAPACK HTML PAGES GENRATED in DOCS/explore-html"
|
||||
@echo "Usage: open DOCS/explore-html/index.html"
|
||||
@echo "Online version available at http://www.netlib.org/lapack/explore-html/"
|
||||
@echo "=================="
|
||||
|
||||
man:
|
||||
@echo "LAPACK MAN PAGES GENRATION with Doxygen"
|
||||
doxygen DOCS/Doxyfile_man
|
||||
@echo "=================="
|
||||
@echo "LAPACK MAN PAGES GENRATED in DOCS/MAN"
|
||||
@echo "Set your MANPATH env variable accordingly"
|
||||
@echo "Usage: man dgetrf.f"
|
||||
@echo "=================="
|
||||
|
||||
cleanlib:
|
||||
( cd INSTALL; $(MAKE) clean )
|
||||
|
||||
+18
-30
@@ -1,42 +1,35 @@
|
||||
# -*- Makefile -*-
|
||||
####################################################################
|
||||
# LAPACK make include file. #
|
||||
# LAPACK, Version 3.3.1 #
|
||||
# April 2011 #
|
||||
# LAPACK, Version 3.4.0 #
|
||||
# November 2011 #
|
||||
####################################################################
|
||||
#
|
||||
# See the INSTALL/ directory for more examples.
|
||||
#
|
||||
SHELL = /bin/sh
|
||||
#
|
||||
# The machine (platform) identifier to append to the library names
|
||||
#
|
||||
PLAT = _LINUX
|
||||
#
|
||||
# Modify the FORTRAN and OPTS definitions to refer to the
|
||||
# compiler and desired compiler options for your machine. NOOPT
|
||||
# refers to the compiler options desired when NO OPTIMIZATION is
|
||||
# selected. Define LOADER and LOADOPTS to refer to the loader
|
||||
# and desired load options for your machine.
|
||||
# selected. Define LOADER and LOADOPTS to refer to the loader and
|
||||
# desired load options for your machine.
|
||||
#
|
||||
FORTRAN = gfortran -fimplicit-none -g
|
||||
OPTS =
|
||||
FORTRAN = gfortran
|
||||
OPTS = -O2
|
||||
DRVOPTS = $(OPTS)
|
||||
NOOPT = -g -O0
|
||||
LOADER = gfortran -g
|
||||
NOOPT = -O0
|
||||
LOADER = gfortran
|
||||
LOADOPTS =
|
||||
#
|
||||
# Timer for the SECOND and DSECND routines
|
||||
#
|
||||
# Default : SECOND and DSECND will use a call to the EXTERNAL FUNCTION ETIME
|
||||
# TIMER = EXT_ETIME
|
||||
#TIMER = EXT_ETIME
|
||||
# For RS6K : SECOND and DSECND will use a call to the EXTERNAL FUNCTION ETIME_
|
||||
# TIMER = EXT_ETIME_
|
||||
# For gfortran compiler: SECOND and DSECND will use a call to the INTERNAL FUNCTION ETIME
|
||||
# TIMER = INT_ETIME
|
||||
TIMER = INT_ETIME
|
||||
# If your Fortran compiler does not provide etime (like Nag Fortran Compiler, etc...)
|
||||
# SECOND and DSECND will use a call to the Fortran standard INTERNAL FUNCTION CPU_TIME
|
||||
TIMER = INT_CPU_TIME
|
||||
# SECOND and DSECND will use a call to the INTERNAL FUNCTION CPU_TIME
|
||||
# TIMER = INT_CPU_TIME
|
||||
# If neither of this works...you can use the NONE value... In that case, SECOND and DSECND will always return 0
|
||||
# TIMER = NONE
|
||||
#
|
||||
@@ -47,12 +40,6 @@ ARCH = ar
|
||||
ARCHFLAGS= cr
|
||||
RANLIB = ranlib
|
||||
#
|
||||
# The location of BLAS library for linking the testing programs.
|
||||
# The target's machine-specific, optimized BLAS library should be
|
||||
# used whenever possible.
|
||||
#
|
||||
BLASLIB = ../../blas$(PLAT).a
|
||||
#
|
||||
# Location of the extended-precision BLAS (XBLAS) Fortran library
|
||||
# used for building and testing extended-precision routines. The
|
||||
# relevant routines will be compiled and XBLAS will be linked only if
|
||||
@@ -62,9 +49,10 @@ BLASLIB = ../../blas$(PLAT).a
|
||||
XBLASLIB =
|
||||
# XBLASLIB = -lxblas
|
||||
#
|
||||
# Names of generated libraries.
|
||||
# The location of the libraries to which you will link. (The
|
||||
# machine-specific, optimized BLAS library should be used whenever
|
||||
# possible.)
|
||||
#
|
||||
LAPACKLIB = lapack$(PLAT).a
|
||||
TMGLIB = tmglib$(PLAT).a
|
||||
EIGSRCLIB = eigsrc$(PLAT).a
|
||||
LINSRCLIB = linsrc$(PLAT).a
|
||||
BLASLIB = ../../librefblas.a
|
||||
LAPACKLIB = liblapack.a
|
||||
TMGLIB = libtmglib.a
|
||||
|
||||
Reference in New Issue
Block a user