msneddon / nfsim

A general-purpose, stochastic, biochemical reaction simulator for large reaction networks
MIT License
17 stars 18 forks source link

Add G++ 9.3.0 and CMake support #23

Closed rasi closed 3 years ago

rasi commented 3 years ago

The previous version was forked from msneddon/nfsim and had to rely on the Eclipse IDE for Makefile generation. It also needed g++-4.8.5 to not give errors due to pointer-integer (for NOBOND variable) comparison.

To solve above two issues, I added the CMakeLists.txt file from RuleWorld/NFsim and converted the pointer-NOBOND comparisons to pointer-NULL comparisons.

rasi commented 3 years ago

Sorry, I meant to merge it to my forked repo but it sent a pull request to upstream. Please delete this if necessary.