mirror of
https://github.com/vale981/master-thesis
synced 2025-03-04 17:41:43 -05:00
use local fcSpline
This commit is contained in:
parent
ff3e528f01
commit
b07f047e10
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ let
|
|||
python = "python39Full";
|
||||
};
|
||||
fcSpline = (mach-nix.buildPythonPackage
|
||||
{src="https://github.com/cimatosa/fcSpline/tarball/master";
|
||||
{src=/home/hiro/src/fcSpline;
|
||||
pname="fcSpline";
|
||||
version="0.1";
|
||||
requirements=''
|
||||
|
@ -21,7 +21,7 @@ let
|
|||
packagesExtra = [
|
||||
fcSpline
|
||||
(mach-nix.buildPythonPackage
|
||||
{src="https://github.com/cimatosa/stocproc/tarball/master";
|
||||
{src=/home/hiro/src/stocproc;
|
||||
pname="stocproc";
|
||||
packagesExtra = [fcSpline];
|
||||
# buildInputs.add = [fcSpline];
|
||||
|
@ -36,7 +36,7 @@ let
|
|||
})
|
||||
];
|
||||
_.stocproc.buildInputs.add = [fcSpline];
|
||||
_.stocproc.patches = [./stocproc.patch];
|
||||
#_.stocproc.patches = [./stocproc.patch];
|
||||
requirements = ''
|
||||
numpy
|
||||
jupyter-spaces
|
||||
|
|
Loading…
Add table
Reference in a new issue