Conversation
jmarrec
commented
Jul 7, 2025
Comment on lines
+40
to
+44
| elseif(LSB_RELEASE_ID_SHORT MATCHES "AlmaLinux") | ||
| if (ARCH MATCHES "arm64") | ||
| message(FATAL_ERROR "OpenStudio SDK for AlmaLinux is only built for x86_64") | ||
| endif() | ||
| set(OPENSTUDIO_EXPECTED_HASH 7ed93ad951b654cc6466803e365ddc17) |
Collaborator
Author
There was a problem hiding this comment.
Pickup the AlmaLinux9 OpenStudio tgz
Collaborator
Author
|
I'm building the installer locally right now. Edit: I hosted the built installers on the https://github.com/openstudiocoalition/OpenStudioApplication/releases/tag/v1.10.0-rc1 page I have a docker container based on https://github.com/jmarrec/openstudio-cmake-tools/blob/main/Dockerfile_centos9 I had to install a couple of extra things dnf install chrpath patchelf libxkbfileAnd Qt of course export QT_VERSION=6.5.2
export QT_ARCH=gcc_64
export QT_INSTALL_DIR=/opt/Qt/$QT_VERSION/$QT_ARCH
aqt install-qt --outputdir /opt/Qt linux desktop $QT_VERSION $QT_ARCH -m qtwebchannel qtwebengine qtwebview qt5compat qtpositioning qtcharts
export PATH=$QT_INSTALL_DIR:$PATHThen business as usual git clone https://github.com/openstudiocoalition/OpenStudioApplication.git
cd OpenStudioApplication
conan install . --output-folder=../OSApp-build-release --build='missing' -c tools.cmake.cmaketoolchain:generator=Ninja -s compiler.cppstd=20 -s build_type=Release
cmake --preset conan-release -DQT_INSTALL_DIR:PATH=$QT_INSTALL_DIR -DBUILD_DOCUMENTATION:BOOL=ON -DBUILD_PACKAGE:BOOL=ON -DCPACK_BINARY_RPM:BOOL=ON -DCPACK_BINARY_TGZ:BOOL=ON -DCPACK_BINARY_DEB:BOOL=OFF
cmake --build --preset conan-release --target package |
Collaborator
Author
Collaborator
|
@jmarrec just FYI, I was able to reproduce this build |
Collaborator
Author
|
Great 👍 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Uh oh!
There was an error while loading. Please reload this page.