Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
O
openfpm_io
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openfpm
openfpm_io
Commits
6a48e56c
Commit
6a48e56c
authored
Feb 15, 2019
by
incardon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding TEST_CONVERAGE option in configure
parent
57bc630f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
configure
configure
+5
-2
No files found.
configure
View file @
6a48e56c
...
...
@@ -226,6 +226,9 @@ do
se_class3
)
conf_options
=
"
$conf_options
-DSE_CLASS3=ON"
;;
test_coverage
)
conf_options
=
"
$conf_options
-DTEST_COVERAGE=ON"
;;
gpu
)
if
[
x
"
$CXX
"
==
x
""
]
;
then
conf_options
=
"
$conf_options
"
...
...
@@ -466,8 +469,8 @@ do
boost
)
conf_options
=
"
$conf_options
-DBOOST_ROOT=
$ac_optarg
"
;;
pdata
)
conf_options
=
"
$conf_options
-D
OPENFPM_PDATA_DI
R=
$ac_optarg
"
mpivendor
)
conf_options
=
"
$conf_options
-D
MPI_VENDO
R=
$ac_optarg
"
;;
*
)
ac_unrecognized_opts
=
"
$ac_unrecognized_opts$ac_unrecognized_sep
--with-
$ac_useropt_orig
"
ac_unrecognized_sep
=
', '
;;
...
...
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