Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Arnaud Kress
easea
Commits
cf6bfd40
Commit
cf6bfd40
authored
Dec 08, 2009
by
kruger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile Modifie
parent
9cc29417
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
libeasea/Makefile
libeasea/Makefile
+1
-1
makefile
makefile
+1
-1
No files found.
libeasea/Makefile
View file @
cf6bfd40
...
...
@@ -2,7 +2,7 @@ CXXFLAGS = -g -Wall -fmessage-length=0
OBJS
=
CRandomGenerator.o CSelectionOperator.o CEvolutionaryAlgorithm.o
\
CStoppingCriterion.o COptionParser.o CPopulation.o CIndividual.o
\
CGnuplot.o CCmaes.o CCuda.o CCmaesCuda.o Parameters.o
CManyCmaes.o
CGnuplot.o CCmaes.o CCuda.o CCmaesCuda.o Parameters.o
LIBS
=
-lboost_program_options
...
...
makefile
View file @
cf6bfd40
...
...
@@ -7,7 +7,7 @@ LDFLAGS =
$(EXEC)
:
EaseaSym.o EaseaParse.o EaseaLex.o alexyacc/libalex.a EaseaYTools.o libeasea/libeasea.a
$(CPPC)
$(CPPFLAGS)
$(LDFLAGS)
$^
-o
$@
echo
"export EZ_PATH=
$(PWD)
/"
>>
$(HOME)
/.bashrc
@
if
[
$(EZ_PATH)
!=
"
$(PWD)
/"
]
;
then
echo
"
\n
export EZ_PATH=
$(PWD)
/"
>>
$(HOME)
/.bashrc
;
fi
#
# Congratulations ! It looks like you compiled EASEA successfully.
#
...
...
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