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
2910ba2c
Commit
2910ba2c
authored
Oct 20, 2020
by
Swann Perarnau
Browse files
Merge branch 'pkg_config_flags' into 'staging'
[fix] Export pkg-config flags for cuda and hwloc See merge request
!165
parents
43667155
500dcec1
Pipeline
#11666
passed with stages
in 6 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
aml.pc.in
View file @
2910ba2c
...
...
@@ -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