summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2020-10-13autotools: add attribute to delete libtool archives .la files (#18850)Massimiliano Culpo1-0/+35
* autotools: add attribute to delete libtool archives .la files According to Autotools Mythbuster (https://autotools.io/libtool/lafiles.html) libtool archive files are mostly vestigial, but they might create issues when relocating binary packages as shown in #18694. For GCC specifically, most distributions remove these files with explicit commands: https://git.stg.centos.org/rpms/gcc/blob/master/f/gcc.spec#_1303 Considered all of that, this commit adds an easy way for each AutotoolsPackage to remove every .la file that has been installed. The default, for the time being, is to maintain them - to be consistent with what Spack was doing previously. * autotools: delete libtool archive files by default Following review this commit changes the default for libtool archive files deletion and adds test to verify the behavior.
2020-10-13[acts] fix boost dependency (#19286)vvolkl1-1/+1
@HadrienG2 the dependency is definitely there in all versions, but I did not check if the variants need to be adapted for the newer variants of acts
2020-10-13ppopen-math-vis: change download site to github. (#19285)Toyohisa Kameyama1-3/+4
2020-10-13talloc: update version and dependencies (#18817)darmac1-0/+4
2020-10-13Add new package: py-rbtools (#18963)darmac1-0/+26
* Add new package: py-rbtools * Update var/spack/repos/builtin/packages/py-rbtools/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/py-rbtools/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/py-rbtools/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> * Update var/spack/repos/builtin/packages/py-rbtools/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-10-13Add new package: dnstracer (#18933)darmac1-0/+29
* Add new package: dnstracer * refine package class
2020-10-13Add new package: libopts (#18836)darmac1-0/+21
* Add new package: libopts * fix flake8 error
2020-10-13Add new package: py-eg (#18885)darmac1-0/+22
* Add new package: py-eg * refine dependency
2020-10-13Add new package: symlinks (#18925)darmac1-0/+23
* Add new package: symlinks * refine edit()
2020-10-13Add new package: xfsprogs (#18829)darmac1-0/+37
* Add new package: xfsprogs * remove lib64 path
2020-10-13paraview: Fix external dependencies for various versions (#19236)Chuck Atkins3-44/+88
2020-10-13py-adb-enhanced: new package at v2.5.4 (#19010)darmac1-0/+28
2020-10-13Add new package: byteman (#18736)darmac1-0/+21
2020-10-13ppopen-math-mp: change download site to github. (#19284)Toyohisa Kameyama1-3/+4
2020-10-13zip: add patches (#18994)Adam J. Stewart11-9/+254
* zip: add patches * Add .patch suffix * Simplify build targets
2020-10-13mivisionx: added package at v3.8.0 (#19042)Ganesh Kumar1-0/+58
2020-10-13ppopen-at: change download site to github (#19282)Toyohisa Kameyama1-3/+3
2020-10-13STRUMPACK: added v5.0.0 (#19283)Pieter Ghysels1-0/+1
2020-10-12Python: add both lib and lib64 to PYTHONPATH (#18523)Adam J. Stewart1-6/+11
2020-10-12octave: Specify fortran calling-convention for Fujitsu compiler. (#19218)Tomoki, Karatsu1-0/+4
2020-10-12gcc: Restrict permitted cuda versions (#19267)Michael Kuhn1-1/+1
gcc seems to use sm_30, which has been dropped in cuda@11.
2020-10-12m4: Fix issue compiling with new intel compilers (#18894) (#19273)Tom Payerle1-2/+2
Original version added --no-gcc to CFLAGS when compiling with intel compilers. This does not appear to be needed and indeed causes problems (see #18894) with newer intel compilers; I have modified so it is not added for intel@19: (I confirmed it is needed/works for intel@20, based on comments in #18854 looks like holds for intel@19 as well). (Also fix old formatting issue flake8 was complaining about)
2020-10-12openfoam: update for version 20.06 patch 2020-10-12 (#19275)Mark Olesen1-0/+1
Co-authored-by: Mark Olesen <Mark.Olesen@esi-group.com>
2020-10-12Update py-redis (#19063)Joe Koning1-3/+7
* Update of py-redis for merlin-1.7.5 * Add hiredis variant and python versions for 3.5.x versions. * Update var/spack/repos/builtin/packages/py-redis/package.py Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-10-12Added slurm version 20-02-4-1 and support to build slurmrestd (#19249)Evan Bollig2-0/+38
* Added slurm version 20-02-4-1 and support to build slurmrestd * cleanup formatting * cleanup libjwt to pass unittests * missed one boilerplate * hacking a pass in unittests * defer to default install routine in libjwt
2020-10-12singularity: added v3.6.3 (#19272)Dr. Christian Tacke1-1/+2
2020-10-12evemu: added new package at v2.7.0 (#19013)darmac1-0/+26
2020-10-12libnetfilter-conntrack: new package at v1.0.4 (#19012)darmac1-0/+26
2020-10-12[whizard] Disable parallel builds to avoid race condition (#19270)Thomas Madlener1-0/+4
2020-10-12autotools: refactor search paths for aclocal in its own method (#19258)Massimiliano Culpo1-4/+5
This commit refactors the computation of the search path for aclocal in its own method, so that it's easier to reuse for packages that need to have a custom autoreconf phase. Co-authored-by: Toyohisa Kameyama <kameyama@riken.jp>
2020-10-12libamd_comgr.so.1 is linked to by libamdhip64.so.3, so it should be a link ↵Harmen Stoppels1-1/+1
dep (#19025)
2020-10-12rng-tools: added new package at v6.10 (#19011)darmac1-0/+31
2020-10-12openwsman: added new package at v2.7.0 (#19009)darmac1-0/+25
2020-10-12glib-networking: added new package at v2.66.0 (#19008)darmac1-0/+23
2020-10-12ecdsautils: new package at v0.3.2 (#19007)darmac1-0/+18
2020-10-12conserver: added new package at v8.2.5 (#18988)darmac1-0/+23
2020-10-12cc65: added new package at v2.18 (#18989)darmac1-0/+24
2020-10-12console-bridge: added new package at v1.0.1 (#18986)darmac1-0/+23
2020-10-12root: added more 6.20.* versions, switch preferred (#19265)Dr. Christian Tacke1-2/+4
2020-10-12cmark: added new package at v0.29.0 (#18985)darmac1-0/+21
2020-10-12Change how CUDA variants are handled for libbeagle (#18984)Glenn Johnson1-9/+12
- Override the cuda_arch variant setup, with multi=False to ensure one value is selected - Use a conflicts statement rather than InstallError
2020-10-12Change how CUDA variants are handled (#18983)Glenn Johnson1-10/+11
- Override the cuda_arch variant setup, with multi=False to ensure one value is selected - Use a conflicts statement rather than InstallError
2020-10-12precice: added v2.1.1 (#19264)Frédéric Simonis1-0/+1
2020-10-12asciidoc-py3: new patckage at v9.0.2 (#18920)darmac1-0/+22
2020-10-12Fix r-devtools package (#18981)Glenn Johnson3-3/+6
The r-devtools package was not installable due to a few issues. - The rstudioapi spec was for 0.11.0 but the rstudioapi version is actually 0.11. This caused an error during concretization. - Set r-usethis to depend on rlang@0.4.3: rather than r-lang@0.4.3. - Set r-usethis to depend on r-gh@1.1.0: rather than r-gh@1.1.0. - Added version r-gh-1.1.0 as it is not currently present in spack.
2020-10-12Added CUDAHOSTCXX variable needed to compile with cuda and mpi. (#19254)David M. Rogers1-0/+10
* Added CUDAHOSTCXX variable needed to compile with cuda and mpi. * Added guard for setting CUDAHOSTCXX with MPI. * Acceptable working version of dealii+cuda+mpi.
2020-10-12itstool: modify depends_on('libxml2+python', type=('build', 'run')) (#19020)h-denpo1-0/+2
2020-10-11Python: add v3.9.0 (#19260)Adam J. Stewart1-2/+12
2020-10-11CUDA: update maintainers (#19262)Adam J. Stewart1-0/+1
2020-10-11mpifileutils: Add patch for aarch64. (#18724)Toyohisa Kameyama2-0/+27
* mpifileutils: Add patch for aarch64. * Update patch and limit version for apply patch.