OPM / opm-parser

http://www.opm-project.org
11 stars 44 forks source link

Remove json library #1221

Closed akva2 closed 6 years ago

akva2 commented 6 years ago

This removes the opmjson library, instead opting for compiling the sources twice (one for generator, one for main library). less hassle.

the second commit fixes debian packaging and thus restores nightly builds.

atgeirr commented 6 years ago

compiling the sources twice

The JSON library only, I assume?

akva2 commented 6 years ago

yes, two sources (a .c file and a .cpp file). you won't notice any difference in compilation speed.

joakim-hove commented 6 years ago

jenkins build this please