Commit Graph

13 Commits

Author SHA1 Message Date
Markus Kowalewski
de5f7b922b sirius: remove openssh from checkInputs
Is taken care of by mpiCheckPhaseHook
2024-10-26 17:43:55 +02:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Markus Kowalewski
e0474b3194
Sirius python module (#338395) 2024-09-17 21:08:53 +02:00
R. Ryantm
059be4391a sirius: 7.6.0 -> 7.6.1 2024-09-10 02:45:25 +00:00
Jonas
5cdc4888b4 sirius: Add option to build python bindings 2024-08-30 14:11:29 +02:00
R. Ryantm
5c23bebf2a sirius: 7.5.2 -> 7.6.0 2024-08-21 16:06:36 +00:00
Markus Kowalewski
28ef74d293 sirius: split outputs (out,dev) and fix propagatedBuildInputs 2024-05-16 11:28:31 +02:00
Phillip Seeber
297b4fcc5d sirius: 7.4.3 -> 7.5.2 2024-01-30 11:06:41 +01:00
Vladimír Čunát
acd19036ac
sirius: fixup build with gcc13 2024-01-11 17:19:22 +01:00
Markus Kowalewski
8156485148 sirius: fix CUDA build 2024-01-08 20:26:09 +01:00
Madoura
9709e96e1e
treewide: make 'gpuBackend' use 'config.(cuda|rocm)Support' 2023-11-14 08:44:42 -06:00
Madoura
e6f88a9a82
rocm-related: fixup for ROCm 5.7.0
blender: fixup for ROCm 5.7.0

opensycl: fixup for ROCm 5.7.0

magma: fixup for ROCm 5.7.0

torch: fixup for ROCm 5.7.0

cp2k: fixup for ROCm 5.7.0

sirius: fixup for ROCm 5.7.0

spfft: fixup for ROCm 5.7.0

spla: fixup for ROCm 5.7.0
2023-10-09 17:03:19 -05:00
Phillip Seeber
7b50f78333 sirius: init at 7.4.3
sirius: limit to linux
2023-10-09 10:48:16 +02:00