Skip to content
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

clang : updated versions + depends_on(python) #141

Merged
merged 2 commits into from
Oct 29, 2015

Conversation

alalazo
Copy link
Member

@alalazo alalazo commented Oct 27, 2015

Changeset:

  • updated versions (latest three minors are supported)
  • added explicit dependency on python, removed hard-coded dependency on libraries in /usr folder
  • added explicit match for llvm/clang versions

llvm : added dependency on 'python@2.7:' for better portability
version('3.4.2', '87945973b7c73038871c5f849a818588', url='http://llvm.org/releases/3.4.2/cfe-3.4.2.src.tar.xz')
depends_on('llvm@3.7.0', when='@3.7.0')
depends_on('llvm@3.6.2', when='@3.6.2')
depends_on('llvm@3.5.1', when='@3.5.1')
Copy link
Member

Choose a reason for hiding this comment

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

Nice. I like it. We still need a more general form of this (e.g. depends_on('llvm@self.version', when='@self.version'), but I need to think about the syntax

tgamblin added a commit that referenced this pull request Oct 29, 2015
clang : updated versions + depends_on(python)
@tgamblin tgamblin merged commit 5d626ac into spack:develop Oct 29, 2015
@alalazo alalazo deleted the packages/clang branch November 26, 2015 07:34
matz-e pushed a commit to matz-e/spack that referenced this pull request Nov 12, 2018
climbfuji pushed a commit to climbfuji/spack that referenced this pull request Aug 1, 2022
vitodb pushed a commit to vitodb/spack that referenced this pull request Jul 10, 2023
* fix typo in spack checksum

* black formatting

* switch to importing ver

* putting it back, importing ver still fails

* Fix checksum.py for current upstream and fnal-develop

* Re-do style fix

---------

Co-authored-by: Chris Green <greenc@fnal.gov>
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.

2 participants