You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix install download script and statically link nvrtc (#452)
* don't use npx
* use CMake 3.26 (with a patch) so we can statically link libnvrtc
* organize workspace settings, ensure consistent vscode terminal cwd
* use npx again
* fix install_native_module if using npm 9 and npx is run by yarn 1
* switch back to using npx regular style
* make npm install work on node v19.6.0 and npm v9.4.1
* update cmake-js to use my fork with fixes
* don't need to include nvrtc_builtins_static
* set lower and upper bounds on CUDA major version (currently both 11)
* remove npm_config_nodedir testing override
* throw a helpful error message
* update copyright year
* remove @rapidsai/core postinstall cmake-js script
* fix devel packages local build with new cmake-js
* fix files list
* update lists of files that invalidate the images
0 commit comments