-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
python3Packages.taichi: init at 1.7.3 #370780
base: master
Are you sure you want to change the base?
Conversation
|
enableVulkan ? stdenv.isLinux, | ||
}: | ||
|
||
let |
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.
use rec instead
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.
This is the only point I am not sure how to do.
Most attributes are needed both in the taichi cmake build phase (compiling the c-api) and the taichi python packaging in buildPythonPackage
. If I used rec
, I would have to maintain everything twice 🤔
|
|
1 similar comment
|
Continuation of #367617, but instead of building from PyPI, this one builds from source!
[llvm_context.cpp:operator()@80] LLVM Fatal Error: Undefined external symbol "__stack_chk_fail"
.rocmPackages
are not updated to6.3.x
, I won't be testing it.TODO:
.git
directory is still present.Solution: faking a
.git
folder.Submodules found under
external
:DirectX-HeadersNot needed, now windows supportamdgpu_libdevice
,cuda_libdevice
, andinclude
are local folders.Some of the submodules are frozen to certain commits, so if we would move to building using the version from nixpkgs instead of those, one needs to check first if everything still works!
Con: does it still compile/work with newer versions? 📉
Pro: easier dependency maintenance 📈 👀
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.