File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 11# use flake .
2- use flake .# uv2nix
2+ # use flake .#uv2nix
Original file line number Diff line number Diff line change 6868 numba = prev . numba . overrideAttrs ( old : {
6969 buildInputs = ( old . buildInputs or [ ] ) ++ [ pkgs . tbb_2021_11 ] ;
7070 } ) ;
71+ # scipy = prev.scipy.overrideAttrs (old: {
72+ # build-system =
73+ # (old.build-system or [ ])
74+ # ++ (with final; [
75+ # cython
76+ # meson-python
77+ # # pythran
78+ # setuptools
79+ # ])
80+ # ++ (with pkgs; [
81+ # gfortran
82+ # nukeReferences
83+ # pkg-config
84+ # ])
85+ # ++ lib.optionals final.stdenv.hostPlatform.isDarwin [
86+ # # Minimal version required according to:
87+ # # https://github.com/scipy/scipy/blob/v1.14.0/scipy/meson.build#L185-L188
88+ # (final.xcbuild.override {
89+ # sdkVer = "13.3";
90+ # })
91+ # ];
92+ # });
7193 } ;
7294
7395 python = pkgs . python3 ;
You can’t perform that action at this time.
0 commit comments