make.inc.linux

来自「本软件包内含lapack.lib库文件,为进行linux下的科学计算提供了函数库」· LINUX 代码 · 共 42 行

LINUX
42
字号
#####################################################################  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 + =
减小字号Ctrl + -
显示快捷键?