When passed a CUDA version not in the table of default TensorRT versions for
CUDA versions, fall back to a default package version instead of breaking
evaluation of the package.
When passed a CUDA version not in the table of default cuDNN versions for CUDA
versions, fall back to a default package version instead of breaking evaluation
of the package.
The package was introduced when our source package did not expose
libtensorflow, which it does these days. Additionally the -bin package
has not been well maintained and is stuck on a version from 2020/12.
Quarto is a library/support package for several pandoc projects.
Fix: Remove trailing whitespace
Add final newline to default.nix
Fix indention and newline errors
Fix: Missed unpackPhase resolved
Add: sourceProvenance
Suggestion of: https://github.com/NixOS/nixpkgs/pull/186697#discussion_r945336064
Fix: reduce imports
Fix: use version attribute in download string
Fix: reduce path expression
Fix: add runHook {pre/post}Install as common practice
Fix: replace gpl2 with gpl2Plus
Fix: change maintainers description
Fix: do not use symlinks, use the PATH instead
Fix wrong platforms
++ means concatenation and is not correct in this context.
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Change structure to support fixed output derivations
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Fix
Fix
Apply suggestion
Co-authored-by: Suwon Park <35622998+sepiabrown@users.noreply.github.com>
Fix suggestion
Bundle makeProgram function call
Co-authored-by: Suwon Park <35622998+sepiabrown@users.noreply.github.com>
Update library version from 1.0.38 to 1.1.189
Co-authored-by: Suwon Park <35622998+sepiabrown@users.noreply.github.com>
Add missing dependencies
Co-authored-by: Suwon Park <35622998+sepiabrown@users.noreply.github.com>
pandoc, deno, esbuild can be hooked into QUARTO_* environment variables, so they are not needed in buildInputs.
Co-authored-by: Suwon Park <35622998+sepiabrown@users.noreply.github.com>
Fix deno-path patch
Co-authored-by: Suwon Park <35622998+sepiabrown@users.noreply.github.com>
Remove wrong spaces
Add python3 jupyter host support
Fix spacing
Co-authored-by: Suwon Park <35622998+sepiabrown@users.noreply.github.com>
Sort quarto in all-packages.nix alphabetical
Remove lib prefix from maintainers
Co-authored-by: Sebastián Mancilla <238528+smancill@users.noreply.github.com>
Simplify mkdir command
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Fix missusage of makeBinPath
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Remove python3Packages -> not used
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Remove punctuation from description
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Fix review
Error in https://github.com/NixOS/nixpkgs/pull/186697#discussion_r975107345
Fix wrong path for import_map.json
Do not strip downloaded binary
Changelog at https://www.nikhef.nl/~h24/qcdnum/QcdnumDownload.html says:
Same as qcdnum-17-01/15 with a few minor fixes.
One of these fixes is to replace real*16 with double precision for a few
variables to be standards compliant. This resolves following error:
Error: Old-style type declaration REAL*16 not supported at (1)
The install targets were "install_hdrs"
and "install_shared_lib". The later is obviously not
correct for a static build and was changed to
"install_lib" (corresponds to libcctz.a) for that case.