DragonFlyBSD / DPorts

The dedicated application build system for DragonFly BSD
Other
89 stars 44 forks source link

math/gringo requires a modern c++ compiler #122

Closed jorisgio closed 9 years ago

jorisgio commented 9 years ago

math/gringo is required by math/aspcud and builds fine with gcc49, but not with base gcc. I don't know how to solve this kind of issues. I didn't manage to use CCVER to build it, and had to patch the SConstruct file in the distribution to hardcode g++49 as a c++ compiler.

jrmarino commented 9 years ago

how about with "USE_GCC= 4.8+" in Makefile.DragonFly ?

I guess math/gringo is not in dports.

jorisgio commented 9 years ago

Right. It works. The freebsd port also needs a fix because it checks for ".if ${OSVERSION} < 10000 }"

jrmarino commented 9 years ago

not really because that check will fail 100% of the time.

jrmarino commented 9 years ago

gringo in dports now: 16778efeca885bf35a76fd459e943a4d84477faa