summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-06-23caffe: use MPI compiler when using hdf5+mpi (#17125)Tomoki, Karatsu1-0/+6
2020-06-23lua: fix linking to ncurses (#17206)Michael Kuhn1-1/+1
PR #17108 broke the build. Spack's ncurses package does not provide a libtermcap, so we need to use libtinfow.
2020-06-22HEP generator update: evtgen, tauola, photos, pythia8, lhapdf, whizard (#16880)vvolkl7-0/+279
* add package evtgen fix formatting add evtgen dependencies and update pythia8 fix formatting * [evtgen] update versions * [pythia8] add 'without-PACKAGE' args * fix formatting * Add LHAPDF Co-authored-by: iarspider * Add package whizard fix formatting * [pyhtia8, evtgen] add conflict msg re: circular dependencies * [pyhtia8, evtgen] fix conflicts * [pyhtia8, evtgen] fix msg string * Set pythia8 default to ~evtgen
2020-06-22[py-macs2] new version and dependency (#16817)Jen Herting1-0/+2
* [py-macs2] Combined commit - Added version 2.1.3.3 - added dependency py-cython Author: Jen Herting <jen@herting.cc> Date: Tue May 26 16:41:28 2020 -0400 [py-macs2] added sha256= Author: Andrew Elble <aweits@rit.edu> Date: Tue Oct 29 10:34:33 2019 -0400 migrated repos * [py-macs2] fixed copyright * [py-macs2] py-cython is build dependency
2020-06-22Pre ci optimization (#16372)Omar Padron4-3/+393
* add initial optimization script * integrate optimization in spack ci * make optimization opt-in * fix import error * flake8 fixes * update command completion * work around vermin errors * fix sphynx errors
2020-06-22swig: fix older builds on newer platforms by updating config files (#16854)Joseph Ciurej2-61/+85
* swig: revise 'autotools' automated 'config.*' update mechanism to support 'config.sub' and adapt 'swig' accordingly
2020-06-22Added 8.0 RC to the versions (#17176)Brian Van Essen1-0/+10
2020-06-22blaspp: moved to new git repo (#17184)G-Ragghianti1-5/+6
Extended the list of maintainers
2020-06-22dos2unix: add build dependency on gettext (#17191)darmac1-0/+2
2020-06-22Minor cleanup for conduit and hydrogen (#17136)Brian Van Essen2-4/+1
* Fix how the Conduit detects that the MPI compiler is the same as the CC compiler and is more careful when it sets the MPI compilers to be the Cray PE system compilers. * Remove unnecessary push of the MPI compilers to the C compilers for Hydrogen.
2020-06-22delphes: better specify the dependency on root (#17175)Wouter Deconinck1-1/+2
Compiling delphes with default root cxxstd=11 fails, see e.g. https://sft.its.cern.ch/jira/si/jira.issueviews:issue-html/ROOT-9492/ROOT-9492.html
2020-06-22py-pyheadtail: added new package at v1.14.1 (#17159)iarspider1-0/+24
Co-authored-by: iarspider <iarpsider@gmail.com>
2020-06-22libxsmm: added v1.16 (#17185)Hans Pabst1-1/+2
2020-06-22votca-*: added v1.6.1 (#17186)Christoph Junghans5-4/+13
2020-06-22meson: added v0.54.3 (#17190)Michael Kuhn1-0/+1
2020-06-22SciPy: add v1.5.0 (#17189)Adam J. Stewart1-2/+6
2020-06-20NumPy: add v1.19.0 (#17183)Adam J. Stewart1-1/+4
2020-06-19Axom/Conduit: Fix error when fortran is not defined (#17171)Chris White2-4/+8
* Fix error when fortran is not defined * Guard more ~fortran cases
2020-06-19Updated slate package to use new git repo. Added maintainer. (#17165)G-Ragghianti1-4/+3
* Updated slate package to use new git repo. Added maintainer.
2020-06-19Update to swipl package (#17173)Alexander Knieps1-0/+7
* Added version 8.2.0, added dependency for documentation build, added variants for documentations * Renamed variant '+man' to '+html' Co-authored-by: Alexander Knieps <a.knieps@fz-juelich.de>
2020-06-18PyTorch: add v1.5.1 (#17167)Adam J. Stewart1-1/+2
2020-06-18py-pandas: add v1.0.5 (#17161)Adam J. Stewart1-1/+2
2020-06-18py-matplotlib: add v3.2.2 (#17160)Adam J. Stewart1-2/+6
2020-06-18libjpeg-turbo: fixed sha256 (#17154)Massimiliano Culpo1-5/+7
2020-06-18arpack-ng: fix build with gcc@10: (#17131)lorddavidiii1-0/+6
2020-06-18atop: fix ld error (#17150)darmac1-0/+3
2020-06-18arrayfire: added cudnn as a dependency when +cuda (#17146)Sinan1-0/+1
Co-authored-by: Sinan81 <sbulut@3vgeomatics.com>
2020-06-18Explicitly install setuptools in docker images (#17143)Omar Padron4-0/+4
2020-06-18argobots, bolt: updates to package.py (#17117)Shintaro Iwasaki2-12/+7
2020-06-18cube and libjpeg-turbo: added cube v4.5 and libjpeg-turbo v2.0.4 (#17132)Itaru Kitayama2-0/+2
2020-06-18Fetching from urls: Error Message (#16434)Axel Huebl2-4/+10
* Fetching from urls: Error Message Fix the error message when fetching from consecutive `urls` of a package version. Each fail should show the currently failing URL, not the first url. Example multi-problem run that occured in real life: ``` ==> 5821: Installing util-macros curl: (28) Connection timed out after 10000 milliseconds curl: (16) Error in the HTTP2 framing layer curl: (22) The requested URL returned error: 403 Forbidden ==> Fetching https://www.x.org/archive/individual/util/util-macros-1.19.1.tar.bz2 ==> Failed to fetch file from URL: https://www.x.org/archive/individual/util/util-macros-1.19.1.tar.bz2 Curl failed with error 28 ==> Fetching https://mirrors.ircam.fr/pub/x.org/individual/util/util-macros-1.19.1.tar.bz2 ==> Failed to fetch file from URL: https://www.x.org/archive/individual/util/util-macros-1.19.1.tar.bz2 Curl failed with error 16 ==> Fetching http://xorg.mirrors.pair.com/individual/util/util-macros-1.19.1.tar.bz2 ==> Failed to fetch file from URL: https://www.x.org/archive/individual/util/util-macros-1.19.1.tar.bz2 URL https://www.x.org/archive/individual/util/util-macros-1.19.1.tar.bz2 was not found! ==> Fetching from https://www.x.org/archive/individual/util/util-macros-1.19.1.tar.bz2 failed. ==> Error: FetchError: All fetchers failed for spack-stage-util-macros-1.19.1-se2a2e74oyusj2r4esgcb7pr3qhh45ef ``` - `urls[0]`: HTTP2 layer error - `urls[1]`: timeout - `urls[2]`: missing file on mirror * x.org: two more mirrors x.org mirrors are a bit tricky, since many are out-of-sync or off. A good package to test with is `util-macros`, which had a "recent" release.
2020-06-18Docs: fix rst link to spack ci (#17147)Adam J. Stewart1-3/+3
2020-06-18minimap2: fix a typo in the recipe (#17148)Toyohisa Kameyama1-1/+1
2020-06-17glib: fix 2.56 build with python@2 (#17144)Seth R. Johnson1-3/+11
* glib: fix 2.56 build with python@2 * flake8
2020-06-17python: fix patch issue for 2.7.X, 3.7.X (#17140)Joseph Ciurej6-3/+539
* python: fixing patch issue for 2.7.X, 3.7.X versions (#17128) * python: fixing the C/C++ 'distutils' patching for @3.7.0:3.7.1
2020-06-17cray module do not work without CRAY_LD_LIBRARY_PATH (#17031)Greg Becker2-5/+9
Co-authored-by: Gregory Becker <becker33.llnl.gov>
2020-06-17oneDNN: add v1.5.0 (#17137)Adam J. Stewart1-1/+2
2020-06-17slurm: Fix build with gcc@10:Michael Kuhn1-0/+9
gcc@10: defaults to -fno-common, which breaks slurm up to version 20-02-1. For more details, see https://gcc.gnu.org/gcc-10/porting_to.html
2020-06-17openmpi: options for local transport (#16831)Sergey Kosukhin5-30/+309
2020-06-17axom conduit mfem build fixes (#17121)Chris White3-18/+91
* honor global compiler flags * Honor debug variant when using global compiler flags * Add cppflags to c/cxx flags, clarify flag handling
2020-06-17Split hepmc Into hepmc and hepmc3 (#16892)vvolkl3-46/+59
2020-06-17FrontISTR: various updates to the package (#17089)Michio Ogawa1-6/+13
* Added maintainers * Refined dependencies * Changed git url
2020-06-17openmpi: fixes for NAG compiler (#17073)Sergey Kosukhin7-21/+700
* openmpi: fixes for NAG compiler * openmpi: more fixes
2020-06-17Fix/clarify some trilinos variants/dependencies (#17006)Seth R. Johnson1-5/+4
- Parallel HDF5 isn't required -- the comment seems to be about a transitive dependency with pnetcdf. - Boost usage should respect the variant, not automatically be reenabled when choosing DTK.
2020-06-17py-tensorflow: Update for use with Fujitsu compiler (#17088)takanori-ihara2-0/+21
* py-tensorflow: Update for use with Fujitsu compiler * py-tensorflow: remove -march option * fix flake8 error
2020-06-16New package: lynx (#17099)darmac1-0/+29
2020-06-16lua: requires -ltermcap when building (#17108)Muhammad Haseeb1-1/+1
2020-06-16libnetworkit: add version 7.0 (#17111)Fabian Brandt1-0/+1
2020-06-16helics: Add version 2.5.2Ryan Mast1-0/+1
2020-06-16vecgeom: add version 1.1.7 (#17120)Seth R. Johnson1-0/+6