mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 10:21:22 +01:00
new file: b/BoltzTraP2/.BoltzTraP2-18.1.1-Py-3.6.eb.swp
new file: c/CUDA/CUDA-9.1.85.eb new file: s/Singularity/Singularity-2.4.4-build.patch new file: s/Singularity/Singularity-2.4.4-functions.patch modified: s/Singularity/Singularity-2.4.4.eb deleted: p/phono3py/.phono3py-1.12.7.46-Py-2.7.eb.swp
This commit is contained in:
parent
0396be6245
commit
8e62d2db14
BIN
b/BoltzTraP2/.BoltzTraP2-18.1.1-Py-3.6.eb.swp
Normal file
BIN
b/BoltzTraP2/.BoltzTraP2-18.1.1-Py-3.6.eb.swp
Normal file
Binary file not shown.
18
c/CUDA/CUDA-9.1.85.eb
Normal file
18
c/CUDA/CUDA-9.1.85.eb
Normal file
@ -0,0 +1,18 @@
|
||||
name = 'CUDA'
|
||||
version = '9.1.85'
|
||||
|
||||
homepage = 'https://developer.nvidia.com/cuda-toolkit'
|
||||
description = """CUDA (formerly Compute Unified Device Architecture) is a parallel
|
||||
computing platform and programming model created by NVIDIA and implemented by the
|
||||
graphics processing units (GPUs) that they produce. CUDA gives developers access
|
||||
to the virtual instruction set and memory of the parallel computational elements in CUDA GPUs."""
|
||||
|
||||
toolchain = {'name': 'dummy', 'version': ''}
|
||||
|
||||
source_urls = ['https://developer.nvidia.com/compute/cuda/%(version_major_minor)s/prod/local_installers/']
|
||||
|
||||
sources = ['%(namelower)s_%(version)s_linux-run']
|
||||
|
||||
modextravars = { 'CUDA_HOME': '%(installdir)s' }
|
||||
|
||||
moduleclass = 'system'
|
Binary file not shown.
11
s/Singularity/Singularity-2.4.4-build.patch
Normal file
11
s/Singularity/Singularity-2.4.4-build.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- libexec/cli/build.exec.old 2018-03-08 13:52:42.786096197 +0100
|
||||
+++ libexec/cli/build.exec 2018-03-08 13:53:29.989946615 +0100
|
||||
@@ -365,7 +365,7 @@
|
||||
else
|
||||
OPTS=""
|
||||
fi
|
||||
- if ! mksquashfs "$SINGULARITY_ROOTFS/" "$SINGULARITY_CONTAINER_OUTPUT" -noappend $OPTS > /dev/null; then
|
||||
+ if ! $EBROOTSQUASHFSMINTOOLS/bin/mksquashfs "$SINGULARITY_ROOTFS/" "$SINGULARITY_CONTAINER_OUTPUT" -noappend $OPTS > /dev/null; then
|
||||
message ERROR "Failed squashing image, left template directory at: $SINGULARITY_ROOTFS\n"
|
||||
exit 1
|
||||
fi
|
11
s/Singularity/Singularity-2.4.4-functions.patch
Normal file
11
s/Singularity/Singularity-2.4.4-functions.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- libexec/functions.old 2018-03-08 13:54:43.649714037 +0100
|
||||
+++ libexec/functions 2018-03-08 13:55:38.831537894 +0100
|
||||
@@ -290,7 +290,7 @@
|
||||
return 0
|
||||
fi
|
||||
esac
|
||||
- for p in `echo $PATH | sed -e 's/:/ /g'`; do
|
||||
+ for p in `echo "$PATH:$EBROOTSQUASHFSMINTOOLS/bin" | sed -e 's/:/ /g'`; do
|
||||
if [ -f "$p/$i" -a -x "$p/$i" ]; then
|
||||
echo "$p/$i"
|
||||
return 0
|
@ -13,6 +13,11 @@ toolchain = {'name': 'dummy', 'version': ''}
|
||||
source_urls = ['https://github.com/singularityware/singularity/releases/download/%(version)s']
|
||||
sources = [SOURCELOWER_TAR_GZ]
|
||||
|
||||
patches = [
|
||||
'Singularity-2.4.4-build.patch',
|
||||
'Singularity-2.4.4-functions.patch'
|
||||
]
|
||||
|
||||
dependencies = [
|
||||
('squashfs-tools', '4.3'),
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user