Is there a new method to install a custom model?

Asked by Igal

Dear Authors,

I am using WO version 2.8.0 and fail to install a custom model (the installation works fine with version 2.7.1)

The following error appears during the "make install":

Error: The implementation fr_darknul_mdl.ml
       does not match the interface fr_darknul_mdl.cmi:
       ...
       At position module Implementation(Opts) : <here>
       The value `nc' is required but not provided
       File "model.mli", line 35, characters 4-24: Expected declaration
make[1]: *** [fr_darknul_mdl.cmx] Error 2

Thanks, cheers,
 Igal.

Question information

Language:
English Edit question
Status:
Solved
For:
WHIZARD Edit question
Assignee:
Juergen Reuter Edit question
Solved by:
Igal
Solved:
Last query:
Last reply:
Revision history for this message
Thorsten Ohl (thomega) said :
#1

let nc () = 3
--
Thorsten Ohl, Wuerzburg University -- https://physik.uni-wuerzburg.de/ohl/

-----Original Message-----
From: Igal <email address hidden>
To: <email address hidden>
Sent: Mon, 12 Aug 2019 22:17
Subject: [Question #682827]: Is there a new method to install a custom model?

New question #682827 on WHIZARD:
https://answers.launchpad.net/whizard/+question/682827

Dear Authors,

I am using WO version 2.8.0 and fail to install a custom model (the installation works fine with version 2.7.1)

The following error appears during the "make install":

Error: The implementation fr_darknul_mdl.ml
       does not match the interface fr_darknul_mdl.cmi:
       ...
       At position module Implementation(Opts) : <here>
       The value `nc' is required but not provided
       File "model.mli", line 35, characters 4-24: Expected declaration
make[1]: *** [fr_darknul_mdl.cmx] Error 2

Thanks, cheers,
 Igal.

--
You received this question notification because your team WHIZARDs is an
answer contact for WHIZARD.

Revision history for this message
Igal (igjaegle) said :
#2

Sorry, but I do not understand what I should do.

Revision history for this message
Igal (igjaegle) said :
#3

ok got it. it should be added in the mdl file

Revision history for this message
Juergen Reuter (j.r.reuter) said :
#4

In general, with 2.8.0, WHIZARD comes with full UFO support. This is meant to supersede the old WHIZARD interfaces of FeynRules and SARAH which will most likely cease to be maintained (maybe for backwards compatibility reasons, but this will be low priority from our side and possibly also from FeynRules and SARAH side).