📄 make.inc
字号:
##################################################################### BLAS make include file. ## March 2007 ######################################################################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 = -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 and name of the Reference BLAS library.#BLASLIB = blas$(PLAT).a
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -