Adding gitignore

main
Claudius Holeksa 2023-04-20 17:15:48 +02:00
parent d74761a136
commit 0c7d1f5f3c
2 changed files with 4 additions and 2 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
result
log

View File

@ -12,7 +12,7 @@
, rapidjson
## optional backends
, hipSupport ? false, hip, rocthrust
, hipSupport ? false, hip, hipblas, rocthrust
, cudaSupport ? false, cudatoolkit
, ompSupport ? false
, mpiSupport ? false
@ -46,7 +46,7 @@ let
rapidjson
]
++ lib.optional cudaSupport cudatoolkit
++ lib.optional hipSupport [ hip rocthrust ];
++ lib.optional hipSupport [ hip hipblas rocthrust ];
in stdenvNoCC.mkDerivation {
pname = "${basename}";
version = version;