Skip to content

Commit

Permalink
Add openbabel.pc to PKG_CONFIG_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
jwokaty committed Oct 18, 2023
1 parent 00cb0f4 commit 43b34ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions saltstack/salt/dependencies/open_babel/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ symlink_open_babel:
- require:
- cmd: brew_open_babel

export_openbabel.pc_to_PKG_CONFIG_PATH:
file.append:
- name: /etc/profile
- text: export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/openbabel3/pkgconfig
- require:
- cmd: symlink_open_babel

test_bioc_install_ChemmineOB:
cmd.run:
- name: Rscript -e 'library(BiocManager); BiocManager::install("ChemmineOB", type="source")'
Expand Down

0 comments on commit 43b34ec

Please sign in to comment.