-
Notifications
You must be signed in to change notification settings - Fork 3
[fix] Export pkg-config flags for cuda and hwloc - [merged] #157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
In GitLab by @NicolasDenoyelle on Oct 20, 2020, 12:05 @perarnau please check this MR. I tested with options Note that it would be nice to setup a CI stage where we try to build a dummy app linked with aml. |
In GitLab by @perarnau on Oct 20, 2020, 12:18 Commented on configure.ac line 169 Already done a few lines below ? |
In GitLab by @perarnau on Oct 20, 2020, 12:39
I agree, installcheck is very tricky to figure out in general, but maybe we can find a way to leverage the nix environment for that. |
In GitLab by @perarnau on Oct 20, 2020, 12:39 changed the description |
In GitLab by @NicolasDenoyelle on Oct 20, 2020, 14:47 Commented on configure.ac line 169 changed this line in version 2 of the diff |
In GitLab by @NicolasDenoyelle on Oct 20, 2020, 14:48 added 1 commit
|
In GitLab by @NicolasDenoyelle on Oct 20, 2020, 14:48 @perarnau ready when the pipeline goes through. |
In GitLab by @perarnau on Oct 20, 2020, 14:55 resolved all threads |
In GitLab by @perarnau on Oct 20, 2020, 14:55 merged |
In GitLab by @NicolasDenoyelle on Oct 20, 2020, 12:02
Merges pkg_config_flags -> staging
pkg-config --libs aml
andpkg-config --cflags aml
now gives the correct set of flags.Fix #74
The text was updated successfully, but these errors were encountered: