adding the forgotten install/configure file together with few other things

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@13657 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
pietrodelugas 2017-07-30 20:54:07 +00:00
parent 3419a47f1a
commit 065fa069cf
4 changed files with 4159 additions and 2543 deletions

View File

@ -317,9 +317,9 @@ veryclean : clean
- cd pseudo; ./clean_ps ; cd -
- cd install; ./clean.sh ; cd -
- cd include; ./clean.sh ; cd -
- rm -f espresso.tar.gz
- rm -rf make.inc
- rm -f espresso.tar.gz -
- rm -rf make.inc -
- rm -rf FoX
# remove everything not in the original distribution
distclean : veryclean
( cd install ; $(MAKE) -f plugins_makefile $@ || exit 1 )

6692
install/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -79,7 +79,7 @@ libiotk:
libfox:
if test ! -d ../FoX; then \
(gzip -dc ../archive/fox.tgz | (cd ../; tar -xvf -)); \
cd ../fox/; export FC=$(FC); ./configure --prefix=$(TOPDIR)/FoX ;\
cd ../fox/; export FC=$(F90); ./configure --prefix=$(TOPDIR)/FoX ;\
cd ../fox; $(MAKE) install; rm -fr ../fox;fi
# ELPA
libelpa : libelpa_$(ELPA_LIBS_SWITCH)

View File

@ -66,7 +66,7 @@ MOD_FLAG = @imod@
# and to specify the location of MPI libraries in MPI_LIBS
MPIF90 = @mpif90@
#F90 = @f90@
F90 = @f90@
CC = @cc@
F77 = @f77@