Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
aml
Commits
500dcec1
Commit
500dcec1
authored
Oct 20, 2020
by
Nicolas Denoyelle
Browse files
[fix] Export pkg-config flags for cuda and hwloc
parent
43667155
Pipeline
#11665
passed with stages
in 6 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
aml.pc.in
View file @
500dcec1
...
...
@@ -6,5 +6,5 @@ includedir=@includedir@
Name: libaml
Description: AML: Building Blocks for Memory Management
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -laml -lexcit
Cflags: -I${includedir}
Libs: -L${libdir} -laml -lexcit
@HWLOC_LIBS@ @CUDA_LIBS@
Cflags: -I${includedir}
@HWLOC_CFLAGS@ @CUDA_CFLAGS@
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment