Skip to content

Commit 9bf047a

Browse files
committed
workflow: CI fix
1 parent 2181a3d commit 9bf047a

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ jobs:
6464
working-directory: quaddtype
6565
run: |
6666
export LDFLAGS="-fopenmp"
67-
68-
# Install with meson args to ensure the C++ flags are passed through
6967
python -m pip install . -v
7068
7169
- name: Run quaddtype tests

quaddtype/subprojects/packagefiles/sleef/meson.build

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ sleef_install_dir = 'sleef_install'
99

1010
# Dynamically set libdir based on platform conventions
1111
libdir = 'lib'
12-
if host_machine.system() == 'linux' and host_machine.cpu_family() == 'x86_64'
13-
libdir = 'lib64'
14-
endif
1512

1613
# Configure SLEEF at configuration time
1714
sleef_configure = run_command([

0 commit comments

Comments
 (0)