Age | Commit message (Collapse) | Author | Files | Lines |
|
* swig: revise 'autotools' automated 'config.*' update mechanism to support 'config.sub' and adapt 'swig' accordingly
|
|
|
|
Extended the list of maintainers
|
|
|
|
* 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.
|
|
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
|
|
Co-authored-by: iarspider <iarpsider@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
* Fix error when fortran is not defined
* Guard more ~fortran cases
|
|
* Updated slate package to use new git repo. Added maintainer.
|
|
* 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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Co-authored-by: Sinan81 <sbulut@3vgeomatics.com>
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
* glib: fix 2.56 build with python@2
* flake8
|
|
* 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
|
|
Co-authored-by: Gregory Becker <becker33.llnl.gov>
|
|
|
|
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
|
|
|
|
* honor global compiler flags
* Honor debug variant when using global compiler flags
* Add cppflags to c/cxx flags, clarify flag handling
|
|
|
|
* Added maintainers
* Refined dependencies
* Changed git url
|
|
* openmpi: fixes for NAG compiler
* openmpi: more fixes
|
|
- 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.
|
|
* py-tensorflow: Update for use with Fujitsu compiler
* py-tensorflow: remove -march option
* fix flake8 error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Versions of py-tensorflow between versions 1.1 and 1.14 need a patch to
avoid an import error on the cloud package even if built without support
for the cloud package.
|
|
|
|
* bazel: Update for use with Fujitsu compiler
* bazel: Fix for use with Fujitsu compiler
* bazel: Fix flake8 error
* bazel: add conflicts setting for use with Fujitsu compiler
* fix flake8 error
* fix flake8 error
|
|
* Add compiler option to use with Fujitsu compiler
* Fix flake8 error
* remove 1-1_fcc_tf_patch.patch
* fix flake8 error
|