Hi team,
I am trying to compile and install the project on my machine, following the instructions on the project page https://www.bpaslib.org/downloads.html. In brief i try with the following commands:
ccmake ..
make
make check
make sanity-tests ## sanity tests
make validate-tests ## testing against maple
make test ## both sanity-tests and validate-tests
make install ## optional; will copy library and headers to /usr
On the last step make tells me there is no target called install :
make: *** No rule to make target 'install'. Stop.