Skip to content

Commit

Permalink
add IO-IDL and IO-ENVI as downstream
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Dec 4, 2024
1 parent a0c6cb7 commit 92fecf1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions data/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ groups:
apt:
- libproj-dev
- proj-bin
- repo: https://github.com/PDLPorters/PDL-IO-IDL
dist: PDL-IO-IDL
- repo: https://github.com/PDLPorters/PDL-IO-ENVI
dist: PDL-IO-ENVI
- repo: https://github.com/PDLPorters/PDL-IO-GD
dist: PDL-IO-GD
apt:
Expand Down
22 changes: 11 additions & 11 deletions github-actions/install-dep-pdl-dep/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ runs:
cpanm -n --reinstall Alien::proj || cat ~/.cpanm/build.log # in case has old path
echo "::endgroup::"
fi
- name: Install OpenGL PDL deps
uses: Perl-GPU/devops/github-actions/install-dep-pogl-dep@main
if: runner.os == 'Linux'
- name: Install extra optional OpenGL PDL deps
shell: bash
run: |
if ${{ toJSON( runner.os == 'Linux' ) }}; then
echo "::group::Install extra optional OpenGL PDL deps (via cpanm)"
xvfb-run cpanm -n OpenGL OpenGL::GLUT || cat ~/.cpanm/build.log
echo "::endgroup::"
fi
# - name: Install OpenGL PDL deps
# uses: Perl-GPU/devops/github-actions/install-dep-pogl-dep@main
# if: runner.os == 'Linux'
# - name: Install extra optional OpenGL PDL deps
# shell: bash
# run: |
# if ${{ toJSON( runner.os == 'Linux' ) }}; then
# echo "::group::Install extra optional OpenGL PDL deps (via cpanm)"
# xvfb-run cpanm -n OpenGL OpenGL::GLUT || cat ~/.cpanm/build.log
# echo "::endgroup::"
# fi

0 comments on commit 92fecf1

Please sign in to comment.