-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
arrayfire-ml: init at 0.1.0 #71513
arrayfire-ml: init at 0.1.0 #71513
Conversation
215e6c2
to
395810e
Compare
version is 0.1.0 as per the cmakefile.txt |
616020f
to
ddbc037
Compare
@Lassulus all suggestions applied. Rebased. |
whupps, sorry for the delay, this now needs a rebase |
ddbc037
to
63686a7
Compare
rebased |
63686a7
to
7095a53
Compare
getting this error now:
|
Thank you for your contributions. This has been automatically marked as stale because it has had no activity for 180 days. If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity. Here are suggestions that might help resolve this more quickly:
|
@@ -0,0 +1,42 @@ | |||
{ stdenv, fetchurl, fetchFromGitHub, cmake, pkgconfig, arrayfire }: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{ stdenv, fetchurl, fetchFromGitHub, cmake, pkgconfig, arrayfire }: | |
{ stdenv, fetchurl, fetchFromGitHub, cmake, pkg-config, arrayfire }: |
src = fetchFromGitHub { | ||
owner = "arrayfire"; | ||
repo = "arrayfire-ml"; | ||
rev = "fde97a5bf157936c8d904d0c857c6cb3275ee527"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please track a tag.
enableParallelBuilding = true; | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
enableParallelBuilding = true; |
|
||
enableParallelBuilding = true; | ||
|
||
nativeBuildInputs = [ cmake pkgconfig ]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nativeBuildInputs = [ cmake pkgconfig ]; | |
nativeBuildInputs = [ cmake pkg-config ]; |
mkdir -p $out/lib | ||
mkdir -p $out/LICENSES | ||
mkdir -p $out/share |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mkdir -p $out/lib | |
mkdir -p $out/LICENSES | |
mkdir -p $out/share | |
mkdir -p $out/LICENSES $out/lib $out/share |
I marked this as stale due to inactivity. → More info |
Closing due to inactivity from author. |
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @chessai