Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sassena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DAPHNE4NFDI
Sassena
Commits
474fcd94
Commit
474fcd94
authored
10 months ago
by
Daniel Vonk
Committed by
Daniel Vonk
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Update default.nix
parent
34804221
No related branches found
No related tags found
2 merge requests
!19
Merge develop into main
,
!17
Add CUDA backend
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
default.nix
+4
-4
4 additions, 4 deletions
default.nix
flake.nix
+1
-4
1 addition, 4 deletions
flake.nix
with
5 additions
and
8 deletions
default.nix
+
4
−
4
View file @
474fcd94
...
...
@@ -10,16 +10,16 @@ pkgs.stdenv.mkDerivation rec {
buildInputs
=
with
pkgs
;
let
boost-mpi
=
boost
.
override
{
useMpi
=
true
;
};
in
[
blas
fftw
libxml2
zlib
boost-mpi
hdf5
hdf5-cpp
hdf5-mpi
mpi
];
in
[
blas
fftw
libxml2
zlib
boost-mpi
hdf5
hdf5-cpp
hdf5-mpi
mpi
spdlog
];
configurePhase
=
''
mkdir build
cd build
cmake -G Ninja -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ..
cmake --preset=dev .
''
;
buildPhase
=
''
cd build-dev
ninja
''
;
installPhase
=
""
;
meta
=
with
lib
;
{
platforms
=
with
platforms
;
linux
++
darwin
;
};
}
This diff is collapsed.
Click to expand it.
flake.nix
+
1
−
4
View file @
474fcd94
...
...
@@ -35,16 +35,13 @@
spdlog
zlib
boost-mpi
# hdf5
hdf5-cpp
hdf5-mpi
mpi
doxygen
];
packages
=
with
pkgs
;
[
gcc13
];
packages
=
with
pkgs
;
[
gcc13
];
};
...
...
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