Skip to content

Commit

Permalink
Updated automatic installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladyslav Shtabovenko committed Nov 21, 2016
1 parent afadc9b commit 35ac574
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions install.m
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@
AutoInstallFIRE->None,
AutoOverwriteFeynHelpersDirectory->None,
FeynHelpersDevelopmentVersionLink->"https://github.com/FeynCalc/feynhelpers/archive/master.zip",
(* There is no stable version at the moment*)
FeynHelpersStableVersionLink->"https://github.com/FeynCalc/feynhelpers/archive/master.zip",
FeynHelpersStableVersionLink->"https://github.com/FeynCalc/feynhelpers/archive/stable.zip",
InstallFeynHelpersDevelopmentVersion->False,
InstallFeynHelpersTo->FileNameJoin[{$FeynCalcDirectory, "AddOns","FeynHelpers"}]
};
Expand Down Expand Up @@ -219,8 +218,7 @@
gitzip = OptionValue[FeynHelpersDevelopmentVersionLink];
zipDir = "feynhelpers-master",
gitzip = OptionValue[FeynHelpersStableVersionLink];
(* TODO: Change this when there is a stable version.*)
zipDir = "feynhelpers-master"
zipDir = "feynhelpers-stable"
];
xInstalled=False;
fireInstalled=False;
Expand Down

0 comments on commit 35ac574

Please sign in to comment.