Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xavier Garrido
CAMEL
Commits
dbb82b15
Commit
dbb82b15
authored
Jan 29, 2016
by
Plaszczynski Stephane
Browse files
requiremnts-liet checked
parent
0120980b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
8 deletions
+13
-8
cmt/requirements-lite
cmt/requirements-lite
+13
-8
No files found.
cmt/requirements-lite
View file @
dbb82b15
...
...
@@ -16,21 +16,25 @@ macro cppflags " -O2 -pipe -ansi -Woverloaded-virtual -Wpedantic -Wunused -Wmayb
#
C
flags
macro
cflags
" -O2 -fopenmp "
#
or
for
icpc
(
if
you
changed
previously
the
compiler
otherwise
don
't touch)
#
or
for
icpc
(
if
you
changed
previously
the
compiler
otherwise
don
't touch)
#macro cppflags " -O2 -ip -ansi_alias -align -Wbrief "
#
# CFITSIO IS REQUIRED.
# include_dirs indicates the path to fitsio.h/ and CAMEL_linkopts teh
# link to the propoer library. In the following we use the one that was
# compiled when building Planck likelihoods bit it can be also found
# in your /usr area
# compiled when building CLIK but it can be also found
# in your /usr area. If the library is shared you may need to update your
# LD_LIBRARY_PATH or uncomment the next line before sourcing camel_setup.sh
#path_append LD_LIBRARY_PATH "$(CLIKDIR)/lib"
include_dirs "$(CLIKDIR)/include"
macro_append CAMEL_linkopts " -L$(CLIKDIR)/lib -lcfitsio"
#PLANCK CLIK support [optional]
# NB: Hillipop support still available since native in CAMEL.
# PLANCK CLIK support [optional]
# NB: you always have access to PLanck/Hillipop (high-ell) likelihood since
# it is native in CAMEL.
# CLIKCFLAGS and CLIKLIBS were defined when you ran: camel_setup.sh
#macro_append cppflags " -DCLIK $(CLIKCFLAGS)"
#macro_append cflags " -DCLIK $(CLIKCFLAGS)"
...
...
@@ -42,14 +46,15 @@ macro_append CAMEL_linkopts " -L$(CLIKDIR)/lib -lcfitsio"
#JLA [optional] :requires cblas/lapack
# in most linux distributions packaged with the atlas library.
#macro_append cppflags '
-
DJLA
'
# if you installed CLIK you may also look for them in teh MKLROOT you used.
# macro_append cppflags '
-
DJLA
'
#include_dirs "/usr/include/atlas"
#macro_append CAMEL_linkopts " -L/usr/lib64/atlas -lcblas -llapack -ljla "
#application test_jla -group=test -s=../src/camel test/test_jla.cc
# PICO [optional]
# this part is tricky and for the mo
e
mnt obsolete..
# this part is tricky and for the mom
e
nt obsolete..
#macro_append cppflags " -DPICO "
#include_dirs "/usr/include/python2.7"
#include_dirs "/usr/lib64/python2.7/site-packages/numpy/core/include"
...
...
@@ -59,7 +64,7 @@ macro_append CAMEL_linkopts " -L$(CLIKDIR)/lib -lcfitsio"
#application testPico -group=test -s=../src/camel/pico/exec testPico.cc
###########################################################################################
###FROM THERE YOU
DON
T NEED TO TOUCH
###FROM THERE YOU
SHOUL NO
T NEED TO TOUCH
ANYTHING
###########################################################################################
#CAMEL includes
include_dirs "
../
src
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment