Closed ezaffanella closed 11 months ago
@ezaffanella : I'm going to close it because the PR is too old (too many conflicts with current dev
branch). It's totally my fault. Instead, I created a new branch pplite-native
with the relevant code from your PR.
In this branch, there are two ways of using PPLite:
-DCRAB_USE_PPLITE=ON
that uses Apron interface-DCRAB_USE_PPLITE_NATIVE=ON
that uses native interfaceBoth options are compatible. Eventually, we will remove the Apron interface.
Added native interface for PPLite library domains (mostly based on previous work by @matteboro).
Notes: