Page 1 of 1

The installed SPheno is version not compatibel with this module...

Posted: 23. Oct 2016, 17:36
by hreyes
Hello Florian,

I keep getting the same error message:

ERROR:
The installed SPheno is version not compatibel with this module
Please, upgrade at least to SPheno version 3.3.0.
The current SPheno version can be downloaded from
http://www.hepforge.org/downloads/spheno

and I already have SPheno 3.3.8, SARAH 4.9.1 and gfortran 5.3.0 installed in my Mac. Also I already made the modification recomended 'cVersion =minV' to the MakeFile.

What am I missing?

Greetings, Humberto.

Re: The installed SPheno is version not compatibel with this module...

Posted: 25. Oct 2016, 10:12
by FStaub
Hi,

that sounds strange.
Are you sure that you try to run make from the root-directory of SPheno, not from the model directory?

Cheers,
Florian

Re: The installed SPheno is version not compatibel with this module...

Posted: 26. Oct 2016, 03:42
by hreyes
As I was having trouble, I tried both ways to see what happens. Your right, I sent you the wrong error notification. This is what I get when I try it from SPheno´s root directory:

cd src ; /Library/Developer/CommandLineTools/usr/bin/make F90=ifort version=330.00
ifort -c -O -module ../include -I../include -DGENERATIONMIXING -DONLYDOUBLE Control.F90
make[1]: ifort: No such file or directory
make[1]: *** [../lib/libSPheno.a(Control.o)] Error 1
make: *** [bin/SPheno] Error 2

wich is quite different, sorry for asking the wrong question. I get this message regardless of the model I choose.

Thank you,

Humberto.

Re: The installed SPheno is version not compatibel with this module...

Posted: 26. Oct 2016, 15:35
by FStaub
It seems that you have the ifort compiler not installed. Try to choose a compiler in the main Makefile which is on your system.

Florian

Re: The installed SPheno is version not compatibel with this module...

Posted: 30. Oct 2016, 18:18
by hreyes
Thank you, that was it.