Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lagrange: disable use of SSE4.1. Give older PCs a chance. #8286

Merged
merged 1 commit into from Apr 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions net-misc/lagrange/lagrange-1.15.7.recipe
Expand Up @@ -6,7 +6,7 @@ visual themes, Unicode fonts, bookmarks, history, and page outlines."
HOMEPAGE="https://gmi.skyjake.fi/lagrange/"
COPYRIGHT="2020-2023 Jaakko Keränen"
LICENSE="BSD (2-clause)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/skyjake/lagrange/releases/download/v$portVersion/lagrange-$portVersion.tar.gz"
CHECKSUM_SHA256="d556b0c596f706239ea52a8988b601d9ca06fd1f412a04d70acb5f47e7e8c097"
SOURCE_DIR="lagrange-$portVersion"
Expand Down Expand Up @@ -60,7 +60,8 @@ BUILD()
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=$appsDir/Lagrange \
-DENABLE_POPUP_MENUS=NO
-DENABLE_POPUP_MENUS=NO \
-DTFDN_ENABLE_SSE41=NO
make $jobArgs
}

Expand Down