Skip to content

Added Adol-C package#875

Merged
tgamblin merged 2 commits intospack:developfrom
jppelteret:features/adol-c
May 2, 2016
Merged

Added Adol-C package#875
tgamblin merged 2 commits intospack:developfrom
jppelteret:features/adol-c

Conversation

@jppelteret
Copy link
Copy Markdown
Contributor

No description provided.


if '+openmp' in spec:
make_args.extend([
'--with-openmp-flag=-fopenmp' # FIXME: Is this required? -I <path to omp.h> -L <LLVM OpenMP library path>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these flags are compiler specific and AFAIK they are needed in static case only, see https://github.com/davydden/spack/blob/openblas_cleanup_unit_test/var/spack/repos/builtin/packages/openblas/package.py#L73-L76

I would add another if spec.satisfies('%gcc') and test that is compiles with spack install adolc%gcc+openmp.

@davydden
Copy link
Copy Markdown
Member

davydden commented May 2, 2016

👍

@tgamblin tgamblin merged commit 568800c into spack:develop May 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants