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
f933b6fe
Commit
f933b6fe
authored
Feb 02, 2016
by
Plaszczynski Stephane
Browse files
clean init- pico not ready yet
parent
e9306831
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
cmt/camel_setup.sh
cmt/camel_setup.sh
+6
-6
cmt/requirements-gcc
cmt/requirements-gcc
+1
-1
No files found.
cmt/camel_setup.sh
View file @
f933b6fe
...
...
@@ -44,17 +44,17 @@ if [ ! -z "${HILLIPOP_DATA}" ] ; then
echo
"HILLIPOP_DATA not used"
fi
#echo "Using project $CMTPATH"
cmt show uses
#too see details during compilation uncomment
#export VERBOSE=1
if
[
-n
"
${
PICO_CODE
}
"
]
&&
[
-n
"
${
PICO_DATA
}
"
]
;
then
echo
"Using pico
(v3.2)
with training file
:
${
PICO_DATA
}
"
echo
"Using pico
=
${
PICO_CODE
}
with training file
=
${
PICO_DATA
}
"
export
PYTHONPATH
=
${
PICO_CODE
}
:
${
CAMELROOT
}
/batch/python:
$PYTHONPATH
else
echo
"not using PICO"
fi
#echo "Using project $CMTPATH"
cmt show uses
#too see details during compilation uncomment
#export VERBOSE=1
cmt/requirements-gcc
View file @
f933b6fe
...
...
@@ -48,9 +48,9 @@ macro_append CAMEL_linkopts " $(CLIKLIBS) "
#
PICO
macro_append
cppflags
" -DPICO "
include_dirs
"$(PICO_CODE)/pypico"
include_dirs
"/usr/include/python2.7"
include_dirs
"/usr/lib64/python2.7/site-packages/numpy/core/include"
include_dirs
"$(PICO_CODE)/pypico"
macro_append
CAMEL_linkopts
" -L$(PICO_CODE)/build/temp.linux-x86_64-2.7 -lpico -L/usr/lib64/python2.7/config -lpython2.7 "
macro_append
cppflags
' -DPICODATA=\"$(PICO_DATA)\" '
application
testPico
-
group
=
test
-
s
=../
src
/
camel
/
pico
/
exec
testPico
.
cc
...
...
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