Merge pull request #48565 from rprospero/sasview-4.2.0
Sasview: unstable -> 4.2.0
This commit is contained in:
commit
02405cfe83
@ -17,7 +17,7 @@ in
|
|||||||
|
|
||||||
python.pkgs.buildPythonApplication rec {
|
python.pkgs.buildPythonApplication rec {
|
||||||
pname = "sasview";
|
pname = "sasview";
|
||||||
version = "unstable-2018-05-05";
|
version = "4.2.0";
|
||||||
|
|
||||||
checkInputs = with python.pkgs; [
|
checkInputs = with python.pkgs; [
|
||||||
pytest
|
pytest
|
||||||
@ -60,8 +60,8 @@ python.pkgs.buildPythonApplication rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "SasView";
|
owner = "SasView";
|
||||||
repo = "sasview";
|
repo = "sasview";
|
||||||
rev = "de431924d0ddf73cfb952df88bd6661181947019";
|
rev = "v${version}";
|
||||||
sha256 = "01bk0i0g65yzyq16n1a61rgjna8rrc2i51x2ndf1z7khb1fl16vg";
|
sha256 = "0k3486h46k6406h0vla8h68fd78wh3dcaq5w6f12jh6g4cjxv9qa";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./pyparsing-fix.patch ./local_config.patch ];
|
patches = [ ./pyparsing-fix.patch ./local_config.patch ];
|
||||||
|
@ -3,14 +3,14 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "sasmodels-unstable";
|
pname = "sasmodels";
|
||||||
version = "2018-04-27";
|
version = "0.98";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "SasView";
|
owner = "SasView";
|
||||||
repo = "sasmodels";
|
repo = "sasmodels";
|
||||||
rev = "33969b656596e8b6cc8ce934cd1f8062f7b11cf2";
|
rev = "v${version}";
|
||||||
sha256 = "00rvhafg08qvx0k9mzn1ppdkc9i5yfn2gr3hidrf416srf8zgb85";
|
sha256 = "02y4lpjwaa73pr46ylk0pw0kbill4nfzqgnfv16v5m0z9smd76ir";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ opencl-headers ];
|
buildInputs = [ opencl-headers ];
|
||||||
|
Loading…
Reference in New Issue
Block a user