Todd Gamblin
|
a0c6519de9
|
Fixes #476: create was broken for FTP URLs.
|
2016-03-02 01:47:54 -08:00 |
|
Todd Gamblin
|
8421dcb762
|
Merge pull request #452 from epfl-scitas/llvm/cleanup
Cleaned package : llvm
|
2016-03-02 01:32:08 -08:00 |
|
Todd Gamblin
|
9c565b155a
|
Merge pull request #462 from xjrc/packages/silo
Update Package : Silo
|
2016-03-02 01:31:10 -08:00 |
|
Todd Gamblin
|
94e5297960
|
Merge pull request #467 from citibeth/efischer/160229-CMake
Efischer/160229 c make
|
2016-03-02 00:51:22 -08:00 |
|
Todd Gamblin
|
52081c46d6
|
Fixes #469: Store package.py files in the .spack directory.
- Adds packages in spack repos inside the .spack directory, so that
packages can be rebuilt automatically later.
|
2016-03-02 00:09:24 -08:00 |
|
Todd Gamblin
|
21d125c914
|
Fixes #175: Dump environment provenance as well as build log.
|
2016-03-02 00:08:36 -08:00 |
|
Todd Gamblin
|
be306d09e9
|
Move repo creation code into repository.py
|
2016-03-02 00:04:46 -08:00 |
|
Todd Gamblin
|
c488f7c4d8
|
Fix bug in install permission setting.
|
2016-03-01 23:57:34 -08:00 |
|
becker33
|
99b76c8c3c
|
Merge pull request #471 from adamjstewart/typo/cc
Typo fix
|
2016-03-01 13:55:33 -08:00 |
|
Adam J. Stewart
|
a9f0b98d4d
|
Typo fix
|
2016-03-01 15:53:53 -06:00 |
|
citibeth
|
eb1d90a8cf
|
Undid accidental change on this branch.
|
2016-02-29 23:31:54 -05:00 |
|
Elizabeth F
|
15ae92aae9
|
New packages added: blitz, netcdf-cxx4, netcdf-fortran, proj, udunits2
|
2016-02-29 23:21:44 -05:00 |
|
Elizabeth F
|
e414c5fdfb
|
Added missing cmake dependencies
|
2016-02-29 23:21:08 -05:00 |
|
Elizabeth F
|
a339ac0a72
|
Bug Fix: When Spack create roots around for other versions, it sometimes finds files it thinks are tarballs, but are not. Previously, it would crash if any such files are found. This change allows it to simply skip them and move on, processing the rest of the files it finds correctly.
|
2016-02-29 23:04:11 -05:00 |
|
Todd Gamblin
|
21181075b4
|
Merge pull request #456 from LLNL/update-links
Updated links to use new llnl.gov address
|
2016-02-29 20:39:27 +09:00 |
|
Ian Lee
|
67f327f805
|
Updated links to use new llnl.gov address
|
2016-02-28 19:47:19 -08:00 |
|
Luigi Calori
|
8f3ac9ac8b
|
adding new version to praview, compiled with spack -d install -j 8 --keep-stage paraview@5.0.0+qt+python+tcl+opengl2%gcc@4.8.2 ^netcdf -mpi
|
2016-02-27 01:40:32 +01:00 |
|
Joseph Ciurej
|
30d9ca2bde
|
Updated the silo package and added the '+fortran' variant.
|
2016-02-26 16:06:17 -08:00 |
|
Mario Melara
|
b591d2b501
|
Changed operating_system path
|
2016-02-25 18:49:52 -08:00 |
|
Mario Melara
|
ccd4a79b39
|
changed architecture.target to architecture.platform_os, so that compiler_for_spec uses operating system strategy
|
2016-02-25 18:49:27 -08:00 |
|
Mario Melara
|
eb96f38298
|
Got rid of debug comment
|
2016-02-25 18:48:25 -08:00 |
|
Mario Melara
|
f0149faf88
|
Added doc strings to functions in architecture.py
|
2016-02-25 18:48:00 -08:00 |
|
Mario Melara
|
ac55ce989d
|
Changed compiler finding strategy to come from operating system instead of target
|
2016-02-25 18:47:41 -08:00 |
|
becker33
|
7176e5ef07
|
Merge pull request #299 from epfl-scitas/enhancement/os_detection
enhancement proposal : boolean support for when=<arg>
|
2016-02-25 13:38:03 -08:00 |
|
Mario Melara
|
5989e3f65d
|
Changed from_dict to arch_from_dict method
|
2016-02-25 11:53:02 -08:00 |
|
Mario Melara
|
5e4d3e7b82
|
Changed naming convention of operating_system, makes it easier to create instance from dictionary just using name without the version attached. Object will stil display as name+version
|
2016-02-25 11:48:43 -08:00 |
|
Mario Melara
|
550df4cdd6
|
Some cleaning up. Finally got arch_from_dict working successfully.
|
2016-02-25 11:47:27 -08:00 |
|
Mario Melara
|
9ac2556285
|
Deleted old operating_system (without the s) file
|
2016-02-25 10:41:28 -08:00 |
|
Mario Melara
|
b43a5498a1
|
Changed import path to operating_systems
|
2016-02-25 10:36:47 -08:00 |
|
Mario Melara
|
f161609929
|
Renamed operating_system to operating_systems
|
2016-02-25 10:36:12 -08:00 |
|
Mario Melara
|
34be473b7c
|
Deleted files
|
2016-02-25 10:35:58 -08:00 |
|
Mario Melara
|
863a5bc4fa
|
Fix for 'Parent module spack.operating_systems not found while handling absolute import'
|
2016-02-25 10:34:55 -08:00 |
|
Erik Schnetter
|
20845a739f
|
Libevent depends on OpenSSL
|
2016-02-24 22:18:51 -05:00 |
|
Mario Melara
|
8d1c06d141
|
Changed to dict method. Didn't realize this was being assigned to a dictionary already so got rid of d['architecture']
|
2016-02-24 15:38:33 -08:00 |
|
Mario Melara
|
bd7c189c12
|
Added more comments
|
2016-02-24 15:37:50 -08:00 |
|
Mario Melara
|
5c3c6e7f06
|
Got rid of print statements
|
2016-02-24 15:34:32 -08:00 |
|
Mario Melara
|
234681306c
|
Changed to appropriate class names for operating system
|
2016-02-24 15:32:23 -08:00 |
|
Mario Melara
|
2de81cfc62
|
Changed name to appropriate camelcase
|
2016-02-24 15:31:21 -08:00 |
|
Mario Melara
|
9e844d974c
|
Added comments. Need to figure out how to make arch_tuple from_dict
|
2016-02-24 15:30:20 -08:00 |
|
Mario Melara
|
7779974143
|
arch_from_dict worked on
|
2016-02-24 15:02:40 -08:00 |
|
Mario Melara
|
339f4bfd23
|
Added unit testing for to_dict method
|
2016-02-24 12:16:09 -08:00 |
|
Mario Melara
|
5d5d3c5858
|
Added to dictionary method
|
2016-02-24 12:15:52 -08:00 |
|
alalazo
|
6f42dd556d
|
stage : on-going refactoring
|
2016-02-24 17:37:58 +01:00 |
|
alalazo
|
976ae91dcc
|
llvm : removed duplicate version
|
2016-02-24 14:11:57 +01:00 |
|
alalazo
|
5ce97eeda5
|
intel : polished code
|
2016-02-24 09:17:04 +01:00 |
|
Todd Gamblin
|
0d23ff92b0
|
Merge pull request #446 from LLNL/bugfix/python_config_compiler
modify compiler commands in python config files, fix for #431
|
2016-02-24 10:52:06 +09:00 |
|
Todd Gamblin
|
87610a5102
|
Merge pull request #448 from epfl-scitas/packages/gromacs
Added package : gromacs
|
2016-02-24 10:49:06 +09:00 |
|
Todd Gamblin
|
93a746043c
|
Merge pull request #450 from trws/llvm-trunk
llvm trunk version
|
2016-02-24 10:48:29 +09:00 |
|
Massimiliano Culpo
|
4316f1cd31
|
Modified wrapper to have a different behavior when modeis vcheck
|
2016-02-23 16:57:19 +01:00 |
|
Mario Melara
|
cfa7c4feb8
|
Added CNL10 as back_os and default_os
|
2016-02-22 16:18:25 -08:00 |
|