Age | Commit message (Collapse) | Author | Files | Lines |
|
* relion - added v 3.0.7 and removed deprecated versions that have inferior performance
* relion 3.0.7 does require cuda 9 or above
|
|
|
|
|
|
* Add support for QE 6.4.1
* QE 6.3. backports branch no longer relevant.
* List QE develop first.
|
|
|
|
* ioapi: add version 3.2
* ioapi: unwrap version checksum; it's exempt from line length QA
* ioapi: drop overridden build(); it's the same as the default
|
|
|
|
|
|
https://github.com/openucx/ucx/releases/tag/v1.6.0
Released 2019-07-17
Verification builds on LANL Darwin x86_64 and Power9:
dantopa@cn2037:pr-update-ucx.spack $ date
Mon Jul 22 17:04:14 MDT 2019
dantopa@cn2037:pr-update-ucx.spack $ pwd
/scratch/users/dantopa/repos/spack/pr-update-ucx.spack
dantopa@cn2037:pr-update-ucx.spack $ spack find -ldf ucx
==> 2 installed packages
-- linux-centos7-x86_64 / gcc@4.8.5 -----------------------------
w7fp4n6 ucx@1.6.0%gcc
tt2hkol ^numactl@2.0.12%gcc
srhy7ry ^rdma-core@20%gcc
kvgvhpv ^libnl@3.3.0%gcc
-- linux-rhel7-ppc64le / gcc@4.8.5 ------------------------------
cji3ce7 ucx@1.6.0%gcc
pmgndwh ^numactl@2.0.12%gcc
qymrwx6 ^rdma-core@20%gcc
2263pm5 ^libnl@3.3.0%gcc
Signed-off-by: Daniel Topa <dantopa@lanl.gov>
|
|
|
|
* cmake: Move cxx11 flags for fujitsu into the flag_handler method
* cmake: sanitization and error checking in flag_handler
* cmake: Fix fujitsu flag check from 'fc' to 'fj'
|
|
|
|
* openjdk
* Removing preferred from latest and adding a few lines for readability.
* Remove bad whitesapce
* removing formatting changes
* stable url for openjdk 1.8
* remove extra blank line
* actual binary
|
|
|
|
|
|
Add version for 'gpu' and variant for 'cuda'. These are currently available from the 'master-gpu' branch.
* hpctoolkit: add version gpu and variant cuda
* The gcc >= 4.8.x requirement only applies for dyninst >= 10.x.
|
|
* libsharp: Don't add -march=native on ARM
* Add preferred=True to version 1.0.0.
|
|
ibm-java: fix the URL to only use a machine type that ibm-java
supports so that 'spack info' doesn't report a non-existent URL on
platforms that it doesn't support.
|
|
(#12051)
Fixes #8908, 11844
Use Python MRO to find patch files from parent classes.
|
|
Fixes #12026
These are required on some systems
|
|
|
|
* If gettext is installed in the system it won't be in the spec tree.
|
|
This adds notion of a default view, other views in environments
|
|
|
|
|
|
|
|
|
|
|
|
* py-mlxtend: new package at 0.16.0
* py-mlxtend: fix dependencies
|
|
|
|
|
|
* Fix scikit-learn build with Apple clang
* Update compiler unit tests
* Fix unit tests
* Fix OpenMP dep
* recursive=True no longer necessary
* Add myself as a maintainer
* Specify which versions require OpenMP
* Typo fixes
* LLVM-OpenMP is the correct dependency, no OMPT
* Flake8 fix
* Undo Apple Clang OpenMP flag change, split into a separate PR
|
|
Later versions of libjpeg-turbo build with CMake; to build with
user-specified cflags, the user must supply these to CMake as
-DCMAKE_C_FLAGS (Spack's typical approach of injecting these flags
into the compiler wrapper invocation is insufficient in this case).
Currently libjpeg-turbo cannot be implemented as a CMakePackage
(and thereby take advantage of the flag_handler implementation it
provides) because not all versions of libjpeg-turbo use CMake, so
this adds a custom implementation of flag_handler and
flags_to_build_system_args to libjpeg-turbo.
|
|
|
|
|
|
|
|
* cmake: change c++ spec when building with Fujitsu compiler.
* cmake: define cxxflags using a Fujitsu compiler's method.
* cmake: Add condition of whether to add cxx11 option.
|
|
|
|
|
|
|
|
|
|
It seems that GitHub's output changed slightly for this patch (one more
letter for both short hashes on the index line), probably due to the
number of objects in the repository.
|
|
|
|
* Add JUBE package definition
* Fixing flake8 errors
|
|
|
|
|
|
This PR adds the ability to specify the auto-dispatch targets that can
be used by the Intel compilers. The `-ax` flag will be written to the
respective compiler configuration files. This ability is very handy when
wanting to build optimized builds for various architectures. This PR
does not set any optimization flags, however.
|
|
flag_handler (#11922)
FJ compiler fails for older versions w/o '-Wno-narrowing' flag.
|
|
|
|
* py-basemap: avoid creating egg during build, for compatibility with mpl_toolkits
* py-basemap: not ready for py-pyproj@2 onwards
|