Skip to content

Commit 1163c9f

Browse files
committed
make simde submodule for easier install
1 parent 10e8ce9 commit 1163c9f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
steps:
2020
- name: Checkout code
2121
uses: actions/checkout@v4
22+
with:
23+
submodules: true
2224

2325
- name: Install simde
2426
run: |
2527
if [ "${{ runner.os }}" == 'macOS' ]; then
2628
brew install simde
2729
echo "DYLD_LIBRARY_PATH=$PWD" >> $GITHUB_ENV
28-
echo "CPLUS_INCLUDE_PATH=$CPLUS_INCLUDE_PATH:/opt/homebrew/Cellar/simde/0.8.2/include" >> $GITHUB_ENV
29-
echo "C_INCLUDE_PATH=$C_INCLUDE_PATH:/opt/homebrew/Cellar/simde/0.8.2/include" >> $GITHUB_ENV
3030
else
3131
sudo apt install libsimde-dev
3232
echo "LD_LIBRARY_PATH=$PWD" >> $GITHUB_ENV

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "simde"]
2+
path = simde
3+
url = https://github.com/simd-everywhere/simde-no-tests.git

simde

Submodule simde added at fe262fb

0 commit comments

Comments
 (0)