We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2181a3d commit 9bf047aCopy full SHA for 9bf047a
.github/workflows/ci.yml
@@ -64,8 +64,6 @@ jobs:
64
working-directory: quaddtype
65
run: |
66
export LDFLAGS="-fopenmp"
67
-
68
- # Install with meson args to ensure the C++ flags are passed through
69
python -m pip install . -v
70
71
- name: Run quaddtype tests
quaddtype/subprojects/packagefiles/sleef/meson.build
@@ -9,9 +9,6 @@ sleef_install_dir = 'sleef_install'
9
10
# Dynamically set libdir based on platform conventions
11
libdir = 'lib'
12
-if host_machine.system() == 'linux' and host_machine.cpu_family() == 'x86_64'
13
- libdir = 'lib64'
14
-endif
15
16
# Configure SLEEF at configuration time
17
sleef_configure = run_command([
0 commit comments