Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
argopkgs
Commits
435e743c
Commit
435e743c
authored
Feb 13, 2019
by
Valentin Reis
Browse files
Application bump.
parent
5248c12a
Pipeline
#5207
passed with stage
in 1 second
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pkgs/applications/openmc/default.nix
View file @
435e743c
...
...
@@ -9,4 +9,6 @@ stdenv.mkDerivation {
nativeBuildInputs
=
[
cmake
pkgconfig
hdf5
hdf5-cpp
hdf5-fortran
];
enableParallelBuilding
=
true
;
buildInputs
=
[
gfortran
pkgconfig
hdf5
hdf5-cpp
hdf5-fortran
]
++
(
optional
nrmSupport
libnrm
);
NRM_DIR
=
"
${
libnrm
}
"
;
}
pkgs/applications/qmcpack/default.nix
View file @
435e743c
...
...
@@ -10,6 +10,7 @@ stdenv.mkDerivation {
cmakeFlags
=
[
"-DCMAKE_C_COMPILER=
${
mpich2
}
/bin/mpicc"
"-DCMAKE_CXX_COMPILER=
${
mpich2
}
/bin/mpic++"
"-DQMC_OMP=0"
]
++
optionals
nrmSupport
[
"-DQMC_INCLUDE=
${
libnrm
}
/include/"
"-DQMC_EXTRA_LIBS=
${
libnrm
}
/lib/libnrm.so"
...
...
pkgs/argotk/master.json
View file @
435e743c
...
...
@@ -2,8 +2,8 @@
"fetch"
:
{
"args"
:
{
"fetchSubmodules"
:
false
,
"rev"
:
"
43f0178956b04faaa454e43a2ddd2dda8a3ff5de
"
,
"sha256"
:
"
15r47yyz60f12h3vm310vvp0nli22ckfl809gfr32bg0k6ma4m95
"
,
"rev"
:
"
adadaa968398a42afa967f6602307b12c704b9d7
"
,
"sha256"
:
"
0ldilp4zdjvf5np5g30pxcwgjlggnfp8akm9dnhvq8z6y168mznf
"
,
"url"
:
"https://xgitlab.cels.anl.gov/argo/argotk.git"
},
"fn"
:
"fetchgit"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment