Add url_for_version function to qt#427
Conversation
| version('5.3.2', 'febb001129927a70174467ecb508a682') | ||
| version('5.2.1', 'a78408c887c04c34ce615da690e0b4c8') | ||
| version('4.8.6', '2edbe4d6c2eff33ef91732602f3518eb') | ||
| version('3.3.8b', '9f05b4125cfe477cc52c9742c3c09009') |
There was a problem hiding this comment.
Oh, wow. This should probably just be removed…
|
@mathstuf: I would be fine with only keeping versions 5 and above. It would make url_for_version a lot simpler. Does anyone else have any thoughts on this? How important is being thorough and supporting older versions vs. keeping life simple? |
|
Versions in the 4.8 series and above would be fine. 4 is on its way out, but isn't completely gone yet. Qt3 is pretty much dead at this point. Debian only has Qt3 in oldoldstable, but Qt4 is still around. |
|
We need to keep 3 for OpenSpeedShop, but I don't see why we need v2. From: Ben Boeckel Versions in the 4.8 series and above would be fine. 4 is on its way out, but isn't completely gone yet. Qt3 is pretty much dead at this point. Debian only has Qt3 in oldoldstablehttps://packages.debian.org/search?keywords=libqt3, but Qt4 is still aroundhttps://packages.debian.org/search?keywords=libqt4. — |
|
If we're going to keep 5 out of 7 if-statements then we might as well keep all of them just to be thorough. |
…ying_around enhancement proposal : customization of module files
- Gave setup_environment and setup_dependent_environment more similar signatures. They now allows editing the Spack env and the runtime env for *this* package and dependents, respectively. - modify_module renamed to setup_dependent_python_module for symmetry with setup_dependent_environment and to avoid confusion with environment modules. - removed need for patching Package objects at runtime. - adjust packages to reflect these changes.
+ Installation of subversion may need to be modified to include python and perl bindings. I have provided comments to this end, but the code is not active.
fix petsc on osx
…up_dependent_package
- Fixed in package.py
- Fixed wrong prototypes in packages that use it.
- Fixed build_environment to set module variables properly
- added hacky fix to ensure spec/package consistency in build processes.
- Need to think about defensive spec copy done by `Repo.get`. May be
time to think about an immutable spec implementation.
+ Provide fpic variant for netlib-lapack.
arpack: add a patch for 3.3
Suite sparse rename
llvm : added version 3.8.0
fix mumps: when installed with parmetis has to be linked with metis
Needed for visit which depends on [email protected]~opengl2
oce: fix bugs related to NULL pointers and compiler optimisation
Add CUDA and HOOMD-blue packages
Fixes install issues on OS/X for Quantum Espresso
+ libdrm depends_on libpciaccess. Use spack provided libpciaccess.
Allow users to use spack to stage a, potentially complex, package into a given path. This is nice for packages with multiple resources that must be placed, for example LLVM with all sub-projects.
This version actually pulls the path through the package to deliver it to each stage on creation when passed through the command. This is necessary due to the new StageComposite class that makes setting the path directly on the stage impractical, it also takes the logic out of package for the most part, which seems like an improvement.
add a path argument to the stage command
|
Someone save me. I have no idea how to use Git... |
|
Usually when this happens I just check out |
|
This is so true that I'm not sure if it's sad or funny... |
|
Seriously, though, I really like git. Learn git! |
|
Ugh, fine... Know any good tutorials? I already went through this one: https://www.atlassian.com/git/tutorials/ |
|
I really liked the book. Reading the whole thing was probably the most helpful thing for me. Or at least chapters 1-5. |
|
I'll check it out, thanks! |
…rootd-mirror xrootd: add mirror to avoid SSL issues


If the qt download directory changes one more time...
I added the most recent version, removed a duplicate import, and turned gtkplus into an optional dependency as decided in #166.