From 79738dbfe77a77ee58f7c28d68e7dfa0225c93cc Mon Sep 17 00:00:00 2001 From: Vladyslav Shtabovenko Date: Thu, 21 Dec 2023 18:38:59 +0100 Subject: [PATCH] More fixes for the automatic installer. --- install.m | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/install.m b/install.m index e5df121f..d59fe379 100644 --- a/install.m +++ b/install.m @@ -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]<>";"]; @@ -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"}] ];