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
17ea5fcf
Commit
17ea5fcf
authored
Nov 03, 2010
by
Farzad Sehat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Insertion des options du makefile utilisateur un peu plus bas afin de pouvoir modifier les libs
parent
92f3a33a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tpl/CUDA_GP.tpl
tpl/CUDA_GP.tpl
+2
-1
No files found.
tpl/CUDA_GP.tpl
View file @
17ea5fcf
...
@@ -940,7 +940,6 @@ EASEALIB_PATH=\EZ_PATHlibeasea/#/home/kruger/Bureau/Easea/libeasea/
...
@@ -940,7 +940,6 @@ EASEALIB_PATH=\EZ_PATHlibeasea/#/home/kruger/Bureau/Easea/libeasea/
CXXFLAGS =
-g
-I
$(
EASEALIB_PATH
)
include
-I
$(
EZ_PATH
)
boost
CXXFLAGS =
-g
-I
$(
EASEALIB_PATH
)
include
-I
$(
EZ_PATH
)
boost
\
INSERT_MAKEFILE_OPTION#END
OF
USER
MAKEFILE
OPTIONS
OBJS =
EASEA.o
EASEAIndividual.o
OBJS =
EASEA.o
EASEAIndividual.o
...
@@ -949,6 +948,8 @@ LIBS =
...
@@ -949,6 +948,8 @@ LIBS =
TARGET
=
EASEA
TARGET
=
EASEA
\
INSERT_MAKEFILE_OPTION#END
OF
USER
MAKEFILE
OPTIONS
$(
TARGET
)
:
$(
OBJS
)
$(
TARGET
)
:
$(
OBJS
)
$(
NVCC
)
-o
$(
TARGET
)
$(
OBJS
)
$(
LIBS
)
-g
$(
EASEALIB_PATH
)
libeasea.a
$(
EZ_PATH
)
boost
/
program_options.a
$(
NVCC
)
-o
$(
TARGET
)
$(
OBJS
)
$(
LIBS
)
-g
$(
EASEALIB_PATH
)
libeasea.a
$(
EZ_PATH
)
boost
/
program_options.a
...
...
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