📄 make.inc.linux
字号:
##################################################################### LAPACK make include file. ## LAPACK, Version 3.0 ## April 30, 1999 ######################################################################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.#FORTRAN = g77 OPTS = -funroll-all-loops -fno-f2c -O3DRVOPTS = $(OPTS)NOOPT =LOADER = g77LOADOPTS =## The archiver and the flag(s) to use when building archive (library)# If you system has no ranlib, set RANLIB = echo.#ARCH = arARCHFLAGS= crRANLIB = ranlib## The location of the libraries to which you will link. (The # machine-specific, optimized BLAS library should be used whenever# possible.)#BLASLIB = ../../blas$(PLAT).aLAPACKLIB = lapack$(PLAT).aTMGLIB = tmglib$(PLAT).aEIGSRCLIB = eigsrc$(PLAT).aLINSRCLIB = linsrc$(PLAT).a
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -