Skip to content

Commit

Permalink
More fixes for the automatic installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsht committed Dec 21, 2023
1 parent e44b639 commit 79738db
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions install.m
Original file line number Diff line number Diff line change
Expand Up @@ -419,14 +419,6 @@

WriteString["stdout", "done! \n"];

If[ !OptionValue[InstallFeynCalcDevelopmentVersion],
(* To have the documentation available immediately after installing FeynCalc (following the advice of Szabolcs Horv'at) *)
If[ $VersionNumber >= 12.1,
PacletDataRebuild[],
RebuildPacletData[]
];
];

(* Generate FCConfig.m *)
WriteString["stdout", "Creating the configuration file ... "];
configFile = StringJoin[configFileProlog, "\n\n(* Activate TraditionalForm output for each FeynCalc session *) \n$FCTraditionalFormOutput="<>ToString[useTraditionalForm]<>";"];
Expand All @@ -449,9 +441,7 @@
Global`$FAPatch=False;
Get["FeynCalc`"];
If[ faInstalled,
FeynCalc`FAPatch[Quiet->True]
];
If[ OptionValue[InstallFeynCalcDevelopmentVersion],
FeynCalc`FAPatch[Quiet->True];
FeynCalc`FCReloadAddOns[{"FeynArtsLoader"}]
];

Expand Down

0 comments on commit 79738db

Please sign in to comment.