Skip to content

Commit

Permalink
fix mac build [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Aug 23, 2024
1 parent e00c493 commit 3eb57dd
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/osx_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,28 +71,6 @@ jobs:
BuildTools/macosx/temp
key: ${{ runner.os }}-deps-cache-${{ hashFiles('BuildTools/macosx/install.sh') }}

- name: Test CLAPACK
run: |
cd BuildTools/macosx
export GEODA_HOME=$PWD
export GEODA_ARCH=${{ env.GEODA_ARCH }}
mkdir -p temp
cd temp
curl -L -O https://github.com/GeoDaCenter/software/releases/download/v2000/clapack.tgz
tar -xf clapack.tgz
cp -rf ../dep/CLAPACK-3.2.1 .
cd CLAPACK-3.2.1
make f2clib
make blaslib
cd INSTALL
make
cd ..
cd SRC
make
cd ..
cp F2CLIBS/libf2c.a .
cd ..
- if: steps.cache.outputs.cache-hit != 'true'
name: Build Dependencies
run: |
Expand Down

0 comments on commit 3eb57dd

Please sign in to comment.