Skip to content

Commit e294a06

Browse files
committed
add Graphics-TriD as downstream
1 parent aa6a692 commit e294a06

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

data/project.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ groups:
3535
apt:
3636
- pgplot5
3737
- gfortran
38+
- repo: https://github.com/PDLPorters/PDL-Graphics-TriD
39+
dist: PDL-Graphics-TriD
40+
graphical-display: true
41+
apt:
42+
- libx11-dev libxpm-dev libxi-dev libxmu-dev freeglut3-dev
3843
- repo: https://github.com/PDLPorters/PDL-Graphics-Gnuplot
3944
dist: PDL-Graphics-Gnuplot
4045
graphical-display: true

github-actions/install-dep-pdl-dep/action.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,3 @@ runs:
2424
cpanm -n Term::ReadLine::Gnu Inline::C || cat ~/.cpanm/build.log
2525
echo "::endgroup::"
2626
fi
27-
# - name: Install OpenGL PDL deps
28-
# uses: Perl-GPU/devops/github-actions/install-dep-pogl-dep@main
29-
# if: runner.os == 'Linux'
30-
# - name: Install extra optional OpenGL PDL deps
31-
# shell: bash
32-
# run: |
33-
# if ${{ toJSON( runner.os == 'Linux' ) }}; then
34-
# echo "::group::Install extra optional OpenGL PDL deps (via cpanm)"
35-
# xvfb-run cpanm -n OpenGL OpenGL::GLUT || cat ~/.cpanm/build.log
36-
# echo "::endgroup::"
37-
# fi

0 commit comments

Comments
 (0)