Skip to content

Commit

Permalink
Add cmake to install script
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCBrammer committed Aug 23, 2024
1 parent 2c2232c commit 4364da5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
7 changes: 2 additions & 5 deletions .devcontainer/devcontainer.json → .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
// https://hub.docker.com/_/python
{
"name": "InChI",
"build": {
"dockerfile": "Dockerfile",
"context": ".."
},
"image": "gcc:14-bookworm",
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"installZsh": true,
Expand Down Expand Up @@ -51,4 +48,4 @@
}
},
"postCreateCommand": "cd INCHI-1-TEST && ./install.sh"
}
}
4 changes: 0 additions & 4 deletions .devcontainer/Dockerfile

This file was deleted.

2 changes: 1 addition & 1 deletion INCHI-1-TEST/install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

apt update && apt install -y python3-pip
apt update && apt install -y python3-pip cmake
python3 -m pip install --upgrade --break-system-packages pip
python3 -m pip install --break-system-packages -e .[invariance-tests,development]
# Make `python3` available as `python`.
Expand Down

0 comments on commit 4364da5

Please sign in to comment.