mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Remove needless arch files
svn-origin-rev: 18094
This commit is contained in:
parent
1a961721e3
commit
158d7a850b
2 changed files with 0 additions and 54 deletions
|
|
@ -1,26 +0,0 @@
|
|||
# Tested with: GFortran 4.9.2, LAPACK 3.5.0
|
||||
CC = gcc
|
||||
CPP =
|
||||
FC = gfortran
|
||||
LD = gfortran
|
||||
AR = ar -r
|
||||
FFTW_INC = $(GCC_DIR)/fftw/3.3-gnu-regtest/include
|
||||
FFTW_LIB = $(GCC_DIR)/fftw/3.3-gnu-regtest/lib64
|
||||
LIBINT_INC = $(GCC_DIR)/libint/1.1.4-default-gnu-regtest/include
|
||||
LIBINT_LIB = $(GCC_DIR)/libint/1.1.4-default-gnu-regtest/lib64
|
||||
LIBXC_INC = $(GCC_DIR)/libxc/2.2.2-gnu-regtest/include
|
||||
LIBXC_LIB = $(GCC_DIR)/libxc/2.2.2-gnu-regtest/lib64
|
||||
DFLAGS = -D__FFTW3 -D__LIBINT -D__LIBXC2
|
||||
CPPFLAGS =
|
||||
FCFLAGS = $(DFLAGS) -O2 -ffast-math -ffree-form -ffree-line-length-none\
|
||||
-ftree-vectorize -funroll-loops\
|
||||
-g -mtune=generic\
|
||||
-I$(FFTW_INC) -I$(LIBINT_INC) -I$(LIBXC_INC)
|
||||
LDFLAGS = $(FCFLAGS) -static
|
||||
LIBS = $(LIBPATH)/liblapack-gnu-regtest.a\
|
||||
$(LIBPATH)/libblas-gnu-regtest.a\
|
||||
$(FFTW_LIB)/libfftw3.a\
|
||||
$(LIBXC_LIB)/libxcf90.a\
|
||||
$(LIBXC_LIB)/libxc.a\
|
||||
$(LIBINT_LIB)/libderiv.a\
|
||||
$(LIBINT_LIB)/libint.a
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
# Tested with: GFortran 4.9.2, LAPACK 3.5.0
|
||||
CC = gcc
|
||||
CPP =
|
||||
FC = gfortran
|
||||
LD = gfortran
|
||||
AR = ar -r
|
||||
FFTW_INC = $(GCC_DIR)/fftw/3.3-gnu-regtest/include
|
||||
FFTW_LIB = $(GCC_DIR)/fftw/3.3-gnu-regtest/lib64
|
||||
LIBINT_INC = $(GCC_DIR)/libint/1.1.4-default-gnu-regtest/include
|
||||
LIBINT_LIB = $(GCC_DIR)/libint/1.1.4-default-gnu-regtest/lib64
|
||||
LIBXC_INC = $(GCC_DIR)/libxc/2.2.2-gnu-regtest/include
|
||||
LIBXC_LIB = $(GCC_DIR)/libxc/2.2.2-gnu-regtest/lib64
|
||||
DFLAGS = -D__FFTW3 -D__LIBINT -D__LIBXC2
|
||||
CPPFLAGS =
|
||||
FCFLAGS = $(DFLAGS) -O2 -ffast-math -ffree-form -ffree-line-length-none\
|
||||
-fopenmp -ftree-vectorize -funroll-loops\
|
||||
-g -mtune=generic\
|
||||
-I$(FFTW_INC) -I$(LIBINT_INC) -I$(LIBXC_INC)
|
||||
LDFLAGS = $(FCFLAGS) -static\
|
||||
-Wl,--whole-archive -lpthread -Wl,--no-whole-archive
|
||||
LIBS = $(LIBPATH)/liblapack-gnu-regtest.a\
|
||||
$(LIBPATH)/libblas-gnu-regtest.a\
|
||||
$(FFTW_LIB)/libfftw3.a\
|
||||
$(FFTW_LIB)/libfftw3_threads.a\
|
||||
$(LIBXC_LIB)/libxcf90.a\
|
||||
$(LIBXC_LIB)/libxc.a\
|
||||
$(LIBINT_LIB)/libderiv.a\
|
||||
$(LIBINT_LIB)/libint.a
|
||||
Loading…
Add table
Add a link
Reference in a new issue