Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
scitas-software-stacks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCITAS
Software stack
scitas-software-stacks
Commits
7018f02d
Commit
7018f02d
authored
8 months ago
by
Nicolas Richart
Browse files
Options
Downloads
Patches
Plain Diff
Adding a lot of packages
parent
b89d2730
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
stacks/pinot-noir/modules.yaml
+17
-12
17 additions, 12 deletions
stacks/pinot-noir/modules.yaml
stacks/pinot-noir/packages_stack.yaml
+4
-0
4 additions, 0 deletions
stacks/pinot-noir/packages_stack.yaml
stacks/pinot-noir/spack.yaml
+56
-1
56 additions, 1 deletion
stacks/pinot-noir/spack.yaml
with
77 additions
and
13 deletions
stacks/pinot-noir/modules.yaml
+
17
−
12
View file @
7018f02d
...
...
@@ -12,20 +12,25 @@ modules:
set
:
${PACKAGE}_ROOT
:
${PREFIX}
suffixes
:
+mpi
:
mpi
+openmp
:
openmp
threads=openmp
:
openmp
^fftw+openmp
:
openmp
hdf5=parallel
:
h5
+cuda
:
cuda
+double-gpu
:
double-gpu
+plumed
:
plumed
+unwind
:
unwind
+debug
:
dbg
+ilp64
:
int64
version_suffix=jl
:
julia
'
+mpi'
:
mpi
'+openmp'
:
openmp
'threads=openmp'
:
openmp
'^fftw+openmp'
:
openmp
'hdf5=parallel'
:
h5
'+cuda'
:
cuda
'+double-gpu'
:
double-gpu
'+plumed'
:
plumed
'+unwind'
:
unwind
'+debug'
:
dbg
'+ilp64'
:
int64
'+int64'
:
int64
'version_suffix=jl'
:
julia
blacklist_implicits
:
true
blacklist
:
-
lmod
gcc
:
environment
:
set
:
...
...
This diff is collapsed.
Click to expand it.
stacks/pinot-noir/packages_stack.yaml
+
4
−
0
View file @
7018f02d
...
...
@@ -89,9 +89,13 @@ packages:
python
:
require
:
-
spec
:
+ssl
-
spec
:
+optimizations
when
:
'
%gcc'
tk
:
require
:
[
'
+xft'
,
'
+xss'
]
ucx
:
require
:
-
spec
:
+rdmacm +rc +dc +ud +cma +verbs +vfs
...
...
This diff is collapsed.
Click to expand it.
stacks/pinot-noir/spack.yaml
+
56
−
1
View file @
7018f02d
...
...
@@ -25,18 +25,69 @@ spack:
# Core packages
# -------------------------------------------------------------------------
-
core_codes
:
-
bzip2
-
cmake
-
emacs +tls
-
fastqc
-
fio
-
git
-
git-lfs
-
gmp
-
gnuplot
-
gzip
-
imagemagick +ghostscript
-
intel-oneapi-advisor
-
intel-oneapi-inspector
-
intel-oneapi-vtune
-
libarchive
-
libjpeg-turbo
-
libpng
-
libtiff
-
libxc
-
libxml2
-
lmod
-
mpfr
-
neovim
-
parallel
-
picard
-
rclone
-
sbt
-
sratoolkit
-
subversion
-
tar
-
tcl
-
tk
-
tmux
-
trimmomatic
-
valgrind
-
xclip
-
zlib
# -------------------------------------------------------------------------
# Serial codes
# -------------------------------------------------------------------------
-
serial_codes
:
-
python +ssl
-
bwa
-
fftw +openmp ~mpi
-
fftw ~openmp ~mpi
-
gsl
-
hdf5 ~mpi
-
hisat2
-
htslib
-
hwloc
:
-
intel-oneapi-tbb
-
jasper
-
mafft
-
metis
-
muscle
-
nfft
-
python
-
scotch
-
stacks
-
star
-
subread
-
superlu
-
voropp
# -------------------------------------------------------------------------
# Parallel codes
...
...
@@ -84,6 +135,10 @@ spack:
-
[
$core_codes
]
-
[
$%system_compiler
]
-
matrix
:
-
[
$cuda_system_codes
]
-
[
$%system_compiler
]
-
matrix
:
-
[
$serial_codes
]
-
[
$%compilers
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment