codes-org / codes

The Co-Design of Exascale Storage Architectures (CODES) simulation framework builds upon the ROSS parallel discrete event simulation engine to provide high-performance simulation utilities and models for building scalable distributed systems simulations
Other
40 stars 16 forks source link

unclear errors if "flex" not found at configure time (Imported #161) #161

Closed nmcglo closed 4 years ago

nmcglo commented 6 years ago

Original Issue Author: Philip Carns Original Issue ID: 161 Original Issue URL: https://xgitlab.cels.anl.gov/codes/codes/issues/161


If flex is not found at configure time, configure issues a warning, but then make will attempt to generate .c files using an empty command.

If flex is mandatory, the configure should issue an error rather than a warning.

If flex is optional, then make should not execute rules that require it if it is not present.

See #160

nmcglo commented 4 years ago

"resolved". See #191