summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-12-27openfoam: expand 'make_fujitsu_rules' process for Ver.1812. (#20468)Tomoki, Karatsu1-7/+14
2020-12-27boost: backport python3 import fix (#20301)ketsubouchi2-0/+14
2020-12-27libzmq: added v4.3.3 (#20467)Ryan Mast1-1/+2
Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
2020-12-27Fix import tests for a few packages (#20560)Adam J. Stewart4-0/+50
2020-12-27Add missing setuptools dependencies (#20561)Adam J. Stewart4-3/+4
2020-12-27py-sphinxcontrib-*: fix recursive imports (#20556)Adam J. Stewart6-0/+24
2020-12-27py-pandas: add v1.2.0 (#20557)Adam J. Stewart1-1/+6
2020-12-27py-fiona: add v1.8.18 and master (#20558)Adam J. Stewart1-5/+10
2020-12-27py-rasterio: add v1.1.8 (#20559)Adam J. Stewart1-2/+9
2020-12-27py-black: add v20.8b1 (#20565)Adam J. Stewart1-2/+11
2020-12-27py-pathspec: add v0.8.1 (#20564)Adam J. Stewart1-1/+3
2020-12-27py-regex: add v2020.11.13 (#20563)Adam J. Stewart1-3/+4
2020-12-27py-toml: add v0.10.2 (#20562)Adam J. Stewart1-3/+2
2020-12-26llvm: provide fix for python dependencies (#20356)Robert Underwood2-1/+27
Previously compiler-rt didn't correctly passthrough cmake variables for python when building the various santizers. This patch passes these variables through. This patch may also correctly apply to any version of LLVM to any version of LLVM that uses the newer monorepo style organization, and any older llvm newer than 7.0.0 as long as the paths were set appropriately. However, this was not done so because it was not tested with older LLVM releases. Fixes #19908 See also: https://bugs.llvm.org/show_bug.cgi?id=48180
2020-12-25dpdk: add conflicts('target=aarch64:') (#20550)h-denpo1-8/+2
2020-12-25molden: Fix for aarch64 (#20549)Tomoyasu Nojiri2-0/+15
2020-12-25PFAPACK: Add new package (#20365)kuramoto-fj1-0/+64
* PFAPACK: Add new package * PFAPACK : fix flake8 errors * add type=(build, run) to the recipe
2020-12-25Lis: Add new package (#20548)kuramoto-fj1-0/+37
* Lis: Add new package * delete unnecessary inner quotes
2020-12-25openwsman: fix detect python executable (#20317)Toyohisa Kameyama1-5/+61
* openwsman: fix detect python executable - use spack's python insted of system's python - Add variant to use python. - fix dependency. - support python2. * format fixed. * fix python command.
2020-12-25openfdtd: Add version 2.6.0 (#20460)Tomoyasu Nojiri1-1/+3
2020-12-25openstf: Add version 1.7.0 (#20461)Tomoyasu Nojiri1-1/+3
2020-12-25New package: py-pydmd (#19809)a-saitoh-fj2-0/+80
* New package: py-pydmd * modified:package.py * modified: package.py
2020-12-24cfitsio: new versions and new url sheme (#20084)lorddavidiii1-6/+12
* cfitsio: new versions and new url sheme * cfitsio: fix version order
2020-12-24mumps: Fix dependency issues in shared licenses (#20197)Tom Payerle2-0/+44
See issue #19644 This script makes lib[cdsz]mumps.so explicitly depend on libmumps_common.so (and libmpiseq.so if ~mpi)
2020-12-24unifyfs: dependency changes and new release (#20271)Cameron Stanavige1-5/+13
This updates the UnifyFS packages to account for the latest v0.9.1 release. Updates required and optional dependencies for the respective releases. Locks margo and mercury dependencies at specific versions while integration with their latest versions is still in progress.
2020-12-24openipmi: fix dependency and add version 2.0.29 (#20276)Toyohisa Kameyama2-4/+20
* openipmi: fix dependency and add version 2.0.29 - Add perl and readline dependency - fix dependency type - Fix readline bug in 2.0.27 (https://sourceforge.net/p/openipmi/code/ci/d1dd570cf77cb2c63bc32bef12d5353e3a197146/) - Add 2.0.29 * Add patch file.
2020-12-24adding cce to compilers that patch gdbm (#20353)Asher Mancinelli1-0/+1
2020-12-24fix rocm_3.8.0 build error for rocprim,rocrand,rocfft packages (#20446)Sreenivasa Murthy Kolam1-1/+4
* fix rocm_3.8.0 build error for rocprim,rocrand,rocfft packages * fix flake8 errors
2020-12-24Add pem package file (#20447)Joshua S Brown1-0/+29
* Add pem package file * Cleanup formatting * Replace homepage with url to ReadtheDocs * Simplify package description
2020-12-24mesa: Add missing expat dependency (#20459)Chuck Atkins1-0/+1
2020-12-24libjson: Fix install parameters (#20470)Tomoyasu Nojiri1-0/+3
2020-12-24[acts] Add version 4 (#20472)Hadrien G1-0/+2
* Add acts v4 * Please flake8
2020-12-24xios: add support for Fujitsu compilers (#20474)Gilles Gouaillardet1-1/+1
2020-12-24Adding CUDA 11.2.0 (#20477)Filippo Spiga1-0/+4
2020-12-24salmon-tddft: new package. (#20543)Toyohisa Kameyama4-0/+580
* salmon-tddft: new package. * remove debug print. * remove duplicate line.
2020-12-24Starting with HDF5 1.10.0, the H5FD_class_t structure has a new (#20529)QuellynSnead2-0/+13
"terminate" member. Initialize it to NULL.
2020-12-24fftw: PGI compiler has trouble with avx2/avx-512 SIMD support (#20546)QuellynSnead1-3/+8
* PGI compiler has trouble with avx2 SIMD support (https://github.com/FFTW/fftw3/issues/78) * Hew to the project's preferred indentation standard. * Expand '%nvhpc' logic to include '%pgi'. * Exceeded the max line-length. * Break up the long compound statement into nested if's. * Inadvertently picked up an extraneous file. * PGI compiler has trouble with avx2/avx-512 SIMD support, too.
2020-12-24zoltan: Add PGI runtime libs to LDFLAGS (#20547)QuellynSnead1-1/+6
* Add PGI runtime libs to LDFLAGS when '%pgi' in spec. * Revert "Add PGI runtime libs to LDFLAGS when '%pgi' in spec." This reverts commit 31c3ef8ea22156fdeef6f82a29e9cea8ac86f006. * Add PGI runtime libs to LDFLAGS when '%pgi' in spec.
2020-12-24Dropped parametis dependency in 0.82 release (#20481)Kody J. Everson1-1/+1
2020-12-24nbdkit: Fix configure arg (#20488)Tomoyasu Nojiri1-0/+4
2020-12-24Add libvori and support for libvori (and spglib) in CP2K (#20508)Tiziano Müller2-0/+39
* packages: initial commit of libvori * cp2k: add support for libvori * cp2k: add support for spglib
2020-12-24openfoam: update for version 20.12 (#20533)Mark Olesen1-0/+1
Co-authored-by: Mark Olesen <Mark.Olesen@esi-group.com>
2020-12-24Fixed for merging patches for Fujitsu compiler in version 0.3.13 (#20539)a-saitoh-fj1-2/+4
2020-12-24Update to the latest version (1.6.0) (#20540)a-saitoh-fj1-0/+2
2020-12-24mptensor: Add new package (#20542)kuramoto-fj1-0/+55
2020-12-24babelflow: Add spec (#20544)Tomoyasu Nojiri1-0/+1
2020-12-24Remove more variables from build environment (#20156)Omri Mor1-2/+7
GCC looks for included files based on several env vars. Remove C_INCLUDE_PATH, CPLUS_INCLUDE_PATH, and OBJC_INCLUDE_PATH from the build environment to ensure it's clean and prevent accidental clobbering.
2020-12-24libgff: new package at version 2.0.0 (#20233)Alexander Baumgarten1-0/+19
* libgff: new package at version 2.0.0 * Removed default cmake function, fixed flake8 error * Fixed errors
2020-12-24sqlite: add 3.34.0 (#20354)Michael Kuhn1-0/+1
2020-12-24py-lxml: Add Version 4.6.1 (#20361)Dr. Christian Tacke1-2/+3
Also switch homepage to https.