Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-18 | Added shmem variant to Score-p build (#3024) | sknigh | 1 | -0/+3 | |
* Disable by default to fix builds on Centos 7 | |||||
2017-02-18 | Bug fix: PDT configure uses -prefix, not --prefix (#2976) | Pramod Kumbhar | 1 | -0/+3 | |
* This bug was introduced in #2845. | |||||
2017-02-18 | Fix tab completion after change to uninstall flag (#3175) | Adam J. Stewart | 1 | -1/+1 | |
2017-02-17 | Fix readline support in `spack python` (#3132) | Adam J. Stewart | 3 | -0/+87 | |
* Fix readline support in `spack python` * Add documentation on `spack python` * Add unit tests for `spack python` | |||||
2017-02-17 | netlib-lapack: Update package file for netlib-lapack to work with IBM (#3040) | serbanmaerean | 2 | -1/+27 | |
Update package file for netlib-lapack to work with IBM XL compiler The flag -qzerosize is redundant, as the IBM XL compiler should set this flag by default. However, at this time the default flag appears to be ignore. Hence, I am setting it in the package file as well, as it has no negative effect if set twice. | |||||
2017-02-17 | Add package: py-apache-libcloud (#3101) | healther | 1 | -0/+35 | |
* Add py-apache-libcloud package | |||||
2017-02-17 | Set default module type based on modules.yaml (#3173) | Adam J. Stewart | 1 | -2/+4 | |
2017-02-17 | More consistent yes/no prompts (#3174) | Adam J. Stewart | 6 | -54/+51 | |
* More consistent yes/no prompts * Add ==> prefix to yes/no and number prompts | |||||
2017-02-17 | On uninstall, change shortcut flag for --dependents to -R, as per Spack ↵ | Elizabeth Fischer | 1 | -1/+1 | |
convention. (-r = --dependencies, -R = --dependents). (#1917) | |||||
2017-02-17 | graphviz: Tame Language Bindings (#1089) | Elizabeth Fischer | 1 | -18/+79 | |
graphviz: * Download from Fedora projet, as main graphviz site not working. * Disable java because Spack does not yet support Java, and the system might not have it installed. * Added all language binding variants; disabled enough in the default configuration to avoid dependencies. * Removed alternate download location (turned into comments). * Turn off all language bindings by default. * Raise an exception on bindings that have not been verified to work. * Added text indicating what works and doesn't work when user runs `spack info`. | |||||
2017-02-17 | Patch openblas Makefile only when version >= 0.2.16. (#3170) | 健美猫 | 1 | -1/+1 | |
2017-02-17 | Fix missing space in error message output (#3169) | Adam J. Stewart | 1 | -2/+2 | |
2017-02-17 | py-git2: New Package (#1971) | Elizabeth Fischer | 4 | -1/+141 | |
2017-02-17 | Keep Curl Bootstrap Working With http:// (#3113) | Elizabeth Fischer | 4 | -0/+4 | |
* Add comments documenting problems in recent versions of NetCDF. * Add comments to packages required to install curl. | |||||
2017-02-17 | Fix typos in External Packages documentation (#3168) | Adam J. Stewart | 1 | -2/+2 | |
2017-02-17 | go: add support for v1.8 (#3165) | George Hartzell | 1 | -0/+1 | |
2017-02-17 | abinit: fix compilation on macOS, disable internal netcdf (#3157) | Denis Davydov | 1 | -3/+9 | |
* abinit: fix compilation on macOS * disable internal netcdf | |||||
2017-02-17 | hdf5: configure uses FCFLAGS instead of FFLAGS (#3155) | Carlos Bederián | 1 | -1/+1 | |
When building `hdf5+pic`, `-fPIC` wasn't being passed to the fortran compiler because `configure` takes `FCFLAGS` instead of `FFLAGS`. | |||||
2017-02-17 | Provide Random123 header-only package. (#3141) | Kelly (KT) Thompson | 1 | -0/+43 | |
Add DESRES Random123 package: - http://www.deshawresearch.com/resources_random123.html | |||||
2017-02-17 | Add new version of zlib, deprecate 1.2.10 (#3136) | Adam J. Stewart | 1 | -4/+3 | |
2017-02-17 | Add patch to allow ncurses to be built with PGI (#3135) | Adam J. Stewart | 2 | -22/+30 | |
2017-02-17 | Swift/T: all packages (#3130) | Justin M Wozniak | 4 | -12/+56 | |
* New package.py for ExM C-Utils: An initial package dependency for Swift/T * New package.py for ADLB/X: A 2nd package dependency for Swift/T * New package.py for Turbine * New package.py for STC | |||||
2017-02-17 | Add latest version of OpenSSL (#3171) | Adam J. Stewart | 1 | -0/+1 | |
2017-02-16 | Add tag master for version develop of dealii. (#3048) | Ce Qin | 1 | -1/+1 | |
2017-02-14 | spectrum-mpi: Add url info to spectrum-mpi package file (#3042) | serbanmaerean | 1 | -0/+1 | |
Spack wants URL info even for external packages. Without it, I get the following error: NoURLError: Package SpectrumMpi has no version with a URL. File "/home_local/serbanspack/spack/lib/spack/spack/repository.py", line 580, in get self._instances[key] = package_class(copy) File "/home_local/serbanspack/spack/lib/spack/spack/package.py", line 562, in __init__ f = fs.for_package_version(self, self.version) File "/home_local/serbanspack/spack/lib/spack/spack/fetch_strategy.py", line 878, in for_package_version url = pkg.url_for_version(version) File "/home_local/serbanspack/spack/lib/spack/spack/package.py", line 682, in url_for_version raise NoURLError(cls) | |||||
2017-02-14 | fixes for pygtk and some dependencies (#3077) | Gregory Lee | 6 | -8/+75 | |
2017-02-13 | LBANN (#3049) | Brian Van Essen | 2 | -0/+91 | |
* Creating a spack package for LLNL's LBANN (Livermore Big Artificial Neural Network) training toolkit. * Recipe for building LBANN toolkit. Contains limited feature set and is optimized for building with GNU gcc and OpenBLAS. * Removed unnecessary dependencies based on reviewers feedback. * Added support for the int64 data type in the Elemental library. This is required for supporting indices for large matrices. * Added a variant to force a sequential weight matrix initialization. This is slow, but provides an initialization that is independent of model parallelism. * Added a guard to prevent building Elemental with the Intel compiler for versions that have known bugs. | |||||
2017-02-10 | qa: allow fast finish to avoid consuming a precious OSX build on a PR that ↵ | Massimiliano Culpo | 1 | -0/+1 | |
will fail (#3120) | |||||
2017-02-10 | Add Jmol package (#3041) | Adam J. Stewart | 1 | -0/+45 | |
2017-02-10 | Add patch to allow PGI to build Bison (#3044) | Adam J. Stewart | 2 | -1/+13 | |
2017-02-10 | fix: don't call setup_environment when not needed (#3060) | Massimiliano Culpo | 5 | -2/+22 | |
* Don't call setup_environment when not needed. fixes #3059 * setup_environment and modules: added unit tests | |||||
2017-02-10 | numdiff: update dependencies and fix (#3061) | Denis Davydov | 1 | -3/+31 | |
compile with -O0 as per upstream known issue with optimization and GMP, according to Ubuntu folks. | |||||
2017-02-10 | New package.py for ExM C-Utils and Turbine (#3076) | Justin M Wozniak | 3 | -0/+123 | |
* New package.py for ExM C-Utils: An initial package dependency for Swift/T * New package turbine * Fix package.py as requested by @adamjstewart * New package.py for ADLB/X: A 2nd package dependency for Swift/T * Add latest version of GNU Parallel (#3106) * Address formatting guidelines from @adamjstewart * WIP on new Turbine package.py * Formatting fixes * Complete Turbine package.py | |||||
2017-02-10 | Add version 2017.0.098 to ipp (#3093) | healther | 1 | -0/+2 | |
2017-02-10 | es: Declare readline dependency (#3071) | Erik Schnetter | 1 | -0/+2 | |
2017-02-10 | Explicitly tell MPC where to find its deps (#3073) | Adam J. Stewart | 1 | -2/+9 | |
2017-02-10 | Add version 2017.0.098 to intel-mkl (#3092) | healther | 1 | -0/+2 | |
2017-02-10 | Add version 2.49.7 to glib (#3089) | healther | 1 | -0/+1 | |
2017-02-10 | Make distro more robust to unreadable files (#3110) | becker33 | 1 | -7/+12 | |
* Make distro more robust to unreadable files. Will upstream * Comment for clarify | |||||
2017-02-09 | Add latest version of PGI (#3107) | Adam J. Stewart | 1 | -3/+4 | |
2017-02-09 | valgrind: add develop; fix build on macOS with clang (#3066) | Denis Davydov | 1 | -9/+23 | |
- add develop version to valgrind; fix build on macOS with clang - switch valgrind to AutotoolsPackage | |||||
2017-02-09 | make svn fetch quiet (#3070) | Denis Davydov | 1 | -1/+1 | |
2017-02-09 | Add latest version of GNU Parallel (#3106) | Adam J. Stewart | 1 | -1/+6 | |
2017-02-09 | Add latest version of NCO (#3080) | Adam J. Stewart | 1 | -1/+2 | |
2017-02-09 | qa: adjust thresholds for acceptance (#3105) | Massimiliano Culpo | 1 | -0/+4 | |
2017-02-08 | Revert "db and concretization of packages modified after installation: fixes ↵ | Todd Gamblin | 1 | -1/+0 | |
#2911" (#3078) | |||||
2017-02-07 | db and concretization of modified packages: fixes #2911 (#2920) | Massimiliano Culpo | 1 | -0/+1 | |
2017-02-07 | codecov: added commit status, made green a reachable state (#3051) | Massimiliano Culpo | 1 | -1/+13 | |
2017-02-07 | Add comments documenting problems in recent versions of NetCDF. (#3058) | Elizabeth Fischer | 1 | -0/+4 | |
2017-02-07 | fix usage of self.build_directory in espressopp and astyle (#3053) | Denis Davydov | 2 | -2/+2 | |