Skip to content

Commit 9b5819a

Browse files
committed
add apt get stuff for conda
1 parent f482ea2 commit 9b5819a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.githash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14ece9debc2d80016ce73be448110879f2d09ccf
1+
f482ea2d1f8e48bedbc9745da01080f8d695b3f9

.github/workflows/conda.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: source /etc/profile
5151

5252
- name: Install basic utils
53-
run: apt-get update && apt-get install -y wget curl git build-essential
53+
run: apt-get update && apt-get install -y wget curl git build-essential libdw-dev libdwarf-dev
5454

5555
- name: Setup Julia
5656
uses: julia-actions/setup-julia@v2
@@ -77,7 +77,7 @@ jobs:
7777
7878
- name: Setup Conda env
7979
run: |
80-
conda create -n myenv -c conda-forge -c legate cupynumeric=25.11.00 python=3.11 -y
80+
conda create -n myenv -c conda-forge -c legate cupynumeric=25.11.00 python=3.11 elfutils libdwarf -y
8181
8282
- name: Load Julia packages from cache
8383
id: julia-cache
@@ -89,7 +89,7 @@ jobs:
8989
run: |
9090
CONDA_PATH=$(conda info --base)
9191
MYENV_PATH=$CONDA_PATH/envs/myenv
92-
echo "LD_PRELOAD=$MYENV_PATH/lib/libstdc++.so.6:$LD_PRELOAD" >> $GITHUB_ENV
92+
echo "LD_PRELOAD=$MYENV_PATH/lib/libdw.so.1:$MYENV_PATH/lib/libstdc++.so.6:$LD_PRELOAD" >> $GITHUB_ENV
9393
echo "MYENV_PATH=$MYENV_PATH" >> $GITHUB_ENV
9494
9595
- name: Setup cuNumeric.jl and Legate.jl

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ JuliaFormatter = "2.3.0"
3333
Legate = "0.1.0"
3434
LegatePreferences = "0.1.5"
3535
MacroTools = "0.5.16"
36-
Pkg = "1.11.0"
36+
Pkg = "1.10.0"
3737
Preferences = "1"
3838
Random = "1"
3939
StatsBase = "0.34"

0 commit comments

Comments
 (0)