mirror of
https://github.com/vale981/master-thesis
synced 2025-03-05 10:01: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";
|
python = "python39Full";
|
||||||
};
|
};
|
||||||
fcSpline = (mach-nix.buildPythonPackage
|
fcSpline = (mach-nix.buildPythonPackage
|
||||||
{src="https://github.com/cimatosa/fcSpline/tarball/master";
|
{src=/home/hiro/src/fcSpline;
|
||||||
pname="fcSpline";
|
pname="fcSpline";
|
||||||
version="0.1";
|
version="0.1";
|
||||||
requirements=''
|
requirements=''
|
||||||
|
@ -21,7 +21,7 @@ let
|
||||||
packagesExtra = [
|
packagesExtra = [
|
||||||
fcSpline
|
fcSpline
|
||||||
(mach-nix.buildPythonPackage
|
(mach-nix.buildPythonPackage
|
||||||
{src="https://github.com/cimatosa/stocproc/tarball/master";
|
{src=/home/hiro/src/stocproc;
|
||||||
pname="stocproc";
|
pname="stocproc";
|
||||||
packagesExtra = [fcSpline];
|
packagesExtra = [fcSpline];
|
||||||
# buildInputs.add = [fcSpline];
|
# buildInputs.add = [fcSpline];
|
||||||
|
@ -36,7 +36,7 @@ let
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
_.stocproc.buildInputs.add = [fcSpline];
|
_.stocproc.buildInputs.add = [fcSpline];
|
||||||
_.stocproc.patches = [./stocproc.patch];
|
#_.stocproc.patches = [./stocproc.patch];
|
||||||
requirements = ''
|
requirements = ''
|
||||||
numpy
|
numpy
|
||||||
jupyter-spaces
|
jupyter-spaces
|
||||||
|
|
Loading…
Add table
Reference in a new issue