Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LanczosPlusPlus
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alvarez, Gonzalo
LanczosPlusPlus
Commits
3e91cb54
Commit
3e91cb54
authored
6 years ago
by
Alvarez, Gonzalo
Browse files
Options
Downloads
Patches
Plain Diff
compilation: hdf5 include in basic flavor
parent
6486bff5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
TestSuite/inputs/ConfigBase.psiTag
+5
-0
5 additions, 0 deletions
TestSuite/inputs/ConfigBase.psiTag
with
5 additions
and
0 deletions
TestSuite/inputs/ConfigBase.psiTag
+
5
−
0
View file @
3e91cb54
...
...
@@ -49,6 +49,10 @@ CPPFLAGS +=-DUSE_GSL
LDFLAGS += -lgsl -lgslcblas
)
dependency HDF5 = (
CPPFLAGS += -I/usr/include/hdf5/serial
)
# This enables the custom allocator (use only for debugging)
option USE_CUSTOM_ALLOCATOR = CPPFLAGS += -DUSE_CUSTOM_ALLOCATOR
...
...
@@ -100,6 +104,7 @@ group basics = (
< compilerCPPOptions ansi
< dependency LAPACK
< dependency BLAS
< dependency HDF5
STRIP_COMMAND = strip
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment