Skip to content

Commit 79738db

Browse files
committed
More fixes for the automatic installer.
1 parent e44b639 commit 79738db

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

install.m

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -419,14 +419,6 @@
419419

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

422-
If[ !OptionValue[InstallFeynCalcDevelopmentVersion],
423-
(* To have the documentation available immediately after installing FeynCalc (following the advice of Szabolcs Horv'at) *)
424-
If[ $VersionNumber >= 12.1,
425-
PacletDataRebuild[],
426-
RebuildPacletData[]
427-
];
428-
];
429-
430422
(* Generate FCConfig.m *)
431423
WriteString["stdout", "Creating the configuration file ... "];
432424
configFile = StringJoin[configFileProlog, "\n\n(* Activate TraditionalForm output for each FeynCalc session *) \n$FCTraditionalFormOutput="<>ToString[useTraditionalForm]<>";"];
@@ -449,9 +441,7 @@
449441
Global`$FAPatch=False;
450442
Get["FeynCalc`"];
451443
If[ faInstalled,
452-
FeynCalc`FAPatch[Quiet->True]
453-
];
454-
If[ OptionValue[InstallFeynCalcDevelopmentVersion],
444+
FeynCalc`FAPatch[Quiet->True];
455445
FeynCalc`FCReloadAddOns[{"FeynArtsLoader"}]
456446
];
457447

0 commit comments

Comments
 (0)