File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed
github-actions/install-dep-pdl-dep Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments