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

Add use_apx flag to options.conf #813

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

bwarden
Copy link
Member

@bwarden bwarden commented Jan 4, 2024

New options default to false, except use_apx, which will default to true.

No handlers for use_apx at this time.

diff --git a/options.conf b/options.conf
index ed481d682825..127ec6e6ffaa 100644
--- a/options.conf
+++ b/options.conf
@@ -59,6 +59,16 @@ server = false
 skip_tests = false
 # add .so files to the lib package instead of dev
 so_to_lib = false
+# configure build for apx
+use_apx = true
+# configure build for avx2
+use_avx2 = false
+# configure build for avx512
+use_avx512 = false
+# add clang flags
+use_clang = false
+# configure build for lto
+use_lto = false
 # require package verification for build
 verify_required = false

@bwarden bwarden marked this pull request as draft January 4, 2024 18:56
Set value True by default, but other added options still default to
false.

diff --git a/options.conf b/options.conf
index ed481d682825..127ec6e6ffaa 100644
--- a/options.conf
+++ b/options.conf
@@ -59,6 +59,16 @@ server = false
 skip_tests = false
 # add .so files to the lib package instead of dev
 so_to_lib = false
+# configure build for apx
+use_apx = true
+# configure build for avx2
+use_avx2 = false
+# configure build for avx512
+use_avx512 = false
+# add clang flags
+use_clang = false
+# configure build for lto
+use_lto = false
 # require package verification for build
 verify_required = false
@bwarden bwarden marked this pull request as ready for review January 4, 2024 18:57
@bwarden bwarden merged commit ab27b0e into clearlinux:master Jan 4, 2024
2 checks passed
@bwarden bwarden deleted the add-use-apx-option branch January 4, 2024 19:49
@insilications
Copy link

Hmm, is apx related to apx from vanilla os?

@fenrus75
Copy link
Contributor

fenrus75 commented Jan 4, 2024 via email

@insilications
Copy link

Ah! I remember reading about it en passant. Can't wait for AVX10, APX to be available on desktops.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants