sys-bio / roadrunner

libRoadRunner: A high-performance SBML simulator
http://libroadrunner.org/
Other
39 stars 24 forks source link

Building newer version in C++ #1099

Closed steffenger closed 1 year ago

steffenger commented 1 year ago

Hello all,

I try to build a newer version of roadrunner in c++ with the usual commands from docs.

The build was succesfull but i compared it with a previous installation and i noticed an import difference in the lib/cmake installation folders.

old installation:

e84d2829-6bff-4e6d-b901-b47df3112eec

new installation:

image

I compared the cmake files and the cmake configuration for both and didn't really find any differences. Do any of you have an idea or can someone recreate the error?

best regards

steffen

luciansmith commented 1 year ago

It actually looks like nothing is installing in the 'lib' directory at all, unless that part was cut off of your screenshot?

I did try to recreate your issue, but was unable to--I got normal lib/ and lib/cmake/ directories.

I would recommend deleting your build and install directories, and starting from scratch. I have seen odd things like this happen as a result of leftover files from previous builds in the past, so that would be my first guess.

steffenger commented 1 year ago

thanks a lot, it worked in the second try after deleting the build and release folder.

best egards