Deterministic mode compiling SPheno

Questions about the interface between SARAH and SPheno as well as the FlavorKit functionality
Post Reply
ceperic
Posts: 9
Joined: 31. Jan 2017, 17:23

Deterministic mode compiling SPheno

Post by ceperic » 31. Jan 2017, 17:27

Hi Florian,

It seems that some Ubuntu users (including me) are having problems when compiling SPheno. In Ubuntu, Binutils has the deterministic mode enable by default, which recompiles all the files every time you run SPheno.

I modified the files SARAH/Package/SPheno/SPhenoLesHouchesAndMake.m and SPheno/src/Makefile to solve the problem.

One have to replace all the "ar -ruc" with "ar -ruc -U" in both files, adding the U flag to disable the deterministic mode manually.

Cheers!

FStaub
Site Admin
Posts: 822
Joined: 13. Apr 2016, 14:05

Re: Deterministic mode compiling SPheno

Post by FStaub » 31. Jan 2017, 19:04

Thanks a lot for that information!

Post Reply