Abhishek Kulkarni
74225544c6
Rename the hpx package to hpx-5.
2016-01-29 10:35:54 -05:00
Abhishek Kulkarni
5907cc0de5
Merge remote-tracking branch 'upstream/develop' into develop
2016-01-29 00:32:34 -05:00
Abhishek Kulkarni
2bea7f8d69
Add the HPX-5 package.
2016-01-29 00:29:20 -05:00
Todd Gamblin
9fb5ddbb4c
Merge pull request #411 from adamjstewart/features/pnetcdf
...
Add PnetCDF and M4 packages
2016-01-28 20:52:59 -07:00
Todd Gamblin
dda16bfea6
Merge pull request #406 from epfl-scitas/enhancement/md5_urls
...
spack md5 on urls
2016-01-28 20:51:44 -07:00
Todd Gamblin
06535f25dc
Merge pull request #412 from davidbeckingsale/features/caliper
...
Correct Caliper package URL
2016-01-28 20:49:50 -07:00
David Beckingsale
d9548c01af
Correct package URL
2016-01-28 15:47:37 -07:00
Todd Gamblin
6b2d25580c
Merge pull request #410 from davidbeckingsale/features/caliper
...
Add the Caliper package
2016-01-28 15:39:52 -07:00
Adam J. Stewart
4f34031534
Add PnetCDF and M4 packages
2016-01-28 15:41:58 -06:00
David Beckingsale
7e65f4da82
Add the Caliper package
2016-01-28 13:22:56 -08:00
Gregory L. Lee
0e52c30bb8
added py-wheel package
2016-01-28 10:42:46 -08:00
Nicolas Richart
824546d343
correcting a bug when url and files are mixed
2016-01-28 14:43:30 +01:00
Nicolas Richart
5850d8530e
Adding the stager to checksum any url that spack can handle
2016-01-28 14:22:28 +01:00
Todd Gamblin
c2bb00ca2f
Merge pull request #405 from adamjstewart/features/netcdf
...
More NetCDF changes
2016-01-27 16:07:49 -07:00
Adam J. Stewart
6122642b81
More NetCDF changes
2016-01-27 16:16:33 -06:00
Todd Gamblin
90750f59c1
Merge pull request #400 from adamjstewart/features/netcdf
...
Extensive modifications to NetCDF package
2016-01-26 19:31:14 -07:00
Todd Gamblin
65b57f0c21
Merge pull request #401 from trws/cmocka
...
adding the cmocka unit testing library
2016-01-26 19:26:16 -07:00
Tom Scogland
23af31cb1c
adding the cmocka unit testing library
2016-01-26 17:55:32 -08:00
Todd Gamblin
c344b30fc4
Merge pull request #342 from adamjstewart/features/hwloc
...
Add url_for_version function to calculate url
2016-01-26 16:01:17 -08:00
Todd Gamblin
d7bd023afa
Merge pull request #339 from adamjstewart/features/hdf
...
Add HDF package
2016-01-26 15:51:57 -08:00
Todd Gamblin
4d239b3038
Merge pull request #399 from LLNL/bugfix/398-extensions-error
...
fix for issue 398, added extensions_for in RepoPath
2016-01-26 14:58:36 -08:00
Adam J. Stewart
81ccba202c
Make szip a variant
2016-01-26 15:38:22 -06:00
Adam J. Stewart
c6bb00085f
Extensive modifications to NetCDF package
2016-01-26 12:04:48 -06:00
Gregory L. Lee
7891346a4f
fix for issue 398, added extensions_for in RepoPath
2016-01-26 09:52:01 -08:00
Todd Gamblin
1a52700238
Merge pull request #396 from adamjstewart/features/hdf5
...
Add szip variant
2016-01-25 22:38:35 -08:00
Adam J. Stewart
1d18f2031c
Add szip variant
2016-01-25 14:57:33 -06:00
Todd Gamblin
d4180d35dd
Merge pull request #395 from adamjstewart/features/orphan
...
Fix variable name bug
2016-01-25 07:54:12 -08:00
Adam J. Stewart
323bba99f1
Fix variable name bug
2016-01-25 09:29:51 -06:00
Todd Gamblin
8ef800f64f
Merge pull request #394 from LLNL/bugfix/apple-llvm-compiler-detection
...
Bugfix/apple llvm compiler detection
2016-01-25 03:54:27 -08:00
Todd Gamblin
004c99ab2f
Fixes #259 : Apple clang compiler detection
...
- Clang compilers are now versioned with the raw LLVM version or, on
macs, with Apple's version with a suffix.
2016-01-25 03:48:22 -08:00
Adam J. Stewart
fb5274145a
Fix regex to find version on OS X
2016-01-25 03:10:13 -08:00
Todd Gamblin
41cd8f8e6d
Fixes #74 : minor fixes to spack mirror.
2016-01-25 02:57:23 -08:00
Todd Gamblin
539dea6411
Merge pull request #393 from LLNL/bugfix/mirror-glitches-gh382
...
Bugfix/mirror glitches gh382
2016-01-25 02:10:52 -08:00
Todd Gamblin
5502fd1054
More thorough mirror test: test full round-trip
...
- Old test: did not attempt to actually fetch mirrored packages.
- New test:
1. Creates a temporary mirror,
2. Registers it with spack,
3. Fetches from it, and
4. Verifies that the fetched archive matches the original
- This test will hopefully mean that `spack mirror` is less brittle
from now on.
2016-01-25 01:59:02 -08:00
Todd Gamblin
a48d0a494f
Refactor mock_repo: add a destroy() method.
...
- classes using mock_repo need not know about its stage now.
2016-01-25 00:34:33 -08:00
Todd Gamblin
d3ff8ca00f
Fixes #382 : Issues with spack fetch.
...
- urljoin() was compliant with RFC 1808 but not with my understanding
of how paths should be joined.
- updated path joining logic to comply.
2016-01-24 20:14:40 -08:00
Todd Gamblin
fe50593c66
Minor line width reductions.
2016-01-24 20:14:21 -08:00
Todd Gamblin
be354e85c9
Better errors for mkdirp failure in mirror.
2016-01-24 16:16:43 -08:00
Todd Gamblin
64a9549225
Minor cleanup. 80 char width for command description.
2016-01-24 15:31:07 -08:00
Todd Gamblin
71f5d5da36
Merge pull request #390 from adamjstewart/features/nag
...
Fix link_paths to point to c++
2016-01-22 14:10:30 -08:00
Todd Gamblin
b6731ea47c
Merge pull request #336 from scheibelp/features/boost-additive-libs
...
additive compilation of boost libraries
2016-01-22 14:09:19 -08:00
Todd Gamblin
545300e474
Merge pull request #392 from alfredo-gimenez/develop
...
Patch fix for boost@1.60.0%gcc@4.4.7
2016-01-22 14:07:47 -08:00
Peter Scheibel
a653d2f5e2
Slightly more robust approach for setting defaults for noinstall_libs
2016-01-22 13:43:16 -08:00
Peter Scheibel
9f99ee61c7
1. added default install libs (atomic, test, locale, program_options)
...
2. clarify comment for default_noinstall_libs
3. renamed regex_icu variant to icu_support (both the locale and regex libs can
use it)
4. explicitly set b2 install ICU_PATH when regex_icu is activated
2016-01-22 13:25:45 -08:00
Alfredo Gimenez
10de5a3ec7
Patch fix for boost@1.60.0%gcc@4.4.7
2016-01-22 13:02:18 -08:00
Peter Scheibel
4a55b97d11
Fixed reference
2016-01-22 12:37:12 -08:00
Peter Scheibel
2e58bc3113
Sticking with additive approach but now most libraries are installed by default.
2016-01-21 19:57:49 -08:00
Todd Gamblin
04a8439c39
Merge pull request #389 from eschnett/eschnett/openmpi-update
...
Update OpenMPI to 1.10.2
2016-01-21 12:28:54 -08:00
Adam J. Stewart
571386cdf4
Remove cxx symlink, tell NAG to look for c++ symlink
2016-01-21 13:55:59 -06:00
Adam J. Stewart
ca3edc3673
Add symlink cxx to point to cc
2016-01-21 13:20:39 -06:00