We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
lib
I'm on Ubuntu 24.04. What I'm doing inside my cloned OIIO repo is:
git checkout v2.5.15.0 cmake -DOpenImageIO_BUILD_MISSING_DEPS=all -B build -S . cmake --build build --target install
What I get in dist/lib is this:
dist/lib
drwxrwxr-x - moritz 9 Sep 15:32 cmake lrwxrwxrwx - moritz 9 Sep 15:32 libOpenImageIO.so -> libOpenImageIO.so.2.6.4 .rw-r--r-- 14M moritz 3 Sep 13:20 libOpenImageIO.so.2.5.15 lrwxrwxrwx - moritz 9 Sep 15:32 libOpenImageIO.so.2.6.4 -> libOpenImageIO.so.2.5.15 lrwxrwxrwx - moritz 9 Sep 15:32 libOpenImageIO_Util.so -> libOpenImageIO_Util.so.2.6.4 .rw-r--r-- 1.2M moritz 3 Sep 13:15 libOpenImageIO_Util.so.2.5.15 lrwxrwxrwx - moritz 9 Sep 15:32 libOpenImageIO_Util.so.2.6.4 -> libOpenImageIO_Util.so.2.5.15 drwxrwxr-x - moritz 9 Sep 15:32 pkgconfig drwxrwxr-x - moritz 9 Sep 15:32 python3.12
Is this expected? How does v2.6.5 get in there?
v2.6.5
The text was updated successfully, but these errors were encountered:
The mixture of dates on the files seems suspicious. Maybe this is one version built or installed on top of a previous build of a different version?
Sorry, something went wrong.
No branches or pull requests
I'm on Ubuntu 24.04. What I'm doing inside my cloned OIIO repo is:
What I get in
dist/lib
is this:Is this expected? How does
v2.6.5
get in there?The text was updated successfully, but these errors were encountered: