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
1bc9e7e7
Commit
1bc9e7e7
authored
Apr 11, 2018
by
Matthieu Tristram
Browse files
Force include CLIKDIR/include
parent
62813248
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
cmt/camel_setup.sh
cmt/camel_setup.sh
+3
-1
No files found.
cmt/camel_setup.sh
View file @
1bc9e7e7
...
...
@@ -46,13 +46,13 @@ fi
if
[
!
-z
"
$CLIKDIR
"
]
;
then
source
$CLIKDIR
/bin/clik_profile.sh
CLIKCFLAGS
=
`
$CLIKDIR
/bin/clik-config
--cflags
`
export
CLIKCFLAGS
=
"-I
${
CLIKDIR
}
/include
$CLIKCFLAGS
"
export
CLIKCFLAGS
CLIKLIBS
=
$(
$CLIKDIR
/bin/clik-config
--libs
|
sed
's/,-Bdynamic-Wl//g'
)
export
CLIKLIBS
echo
"CLIK support from:
$CLIKDIR
"
fi
if
[
-n
"
${
PICO_CODE
}
"
]
&&
[
-n
"
${
PICO_DATA
}
"
]
;
then
echo
"PICO=
${
PICO_CODE
}
with training file=
${
PICO_DATA
}
"
#sets your PYTHONPATH ccording to PICO_CODE
...
...
@@ -83,3 +83,5 @@ echo "CAMEL RELATIVE PATH=$CAMELROOT/lik"
# put 1 at the end of next line if you want a closer look at compilaton
export
VERBOSE
=
echo
"if you want more verbose compilation define VERBOSE environement variable to 1: export VERBOSE=1"
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