~alirezagh76/bigdft/1.8

« back to all changes in this revision

Viewing changes to curie.rc

Don't use autogen.sh for gnome packages. Add a rc file for curie.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
conditions.add("testing")
 
2
 
 
3
#build_policy = "all"
 
4
 
 
5
# List of modules to be built by default
 
6
modules = ['bigdft',]
 
7
 
 
8
# Specific configure arguments for each module
 
9
module_autogenargs['libxc'] = "FC=mpif90 CC=gcc --enable-shared"
 
10
 
 
11
module_autogenargs['bigdft'] = "FC=mpif90 FCFLAGS='-O2 -g -traceback' --with-pyyaml-path=%(prefix)s/lib/python2.7/site-packages" % globals() + " --with-ext-linalg='%s'" % os.getenv("MKL_LIBS")
 
12
 
 
13
module_autogenargs['libABINIT'] = "FC=mpif90 FCFLAGS='-fPIC'"
 
14
 
 
15
module_autogenargs['etsf_io'] += "FCFLAGS='-fPIC'"
 
 
b'\\ No newline at end of file'