Skip to content

Commit

Permalink
alternate build script attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragzouken committed Oct 2, 2024
1 parent 3a5a39e commit 057edc3
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion python-libraries/nanover-ase/conda/build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
$PYTHON -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
$PYTHON -m pip install . -vvv
2 changes: 1 addition & 1 deletion python-libraries/nanover-core/conda/build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
$PYTHON -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
$PYTHON -m pip install . -vvv
2 changes: 1 addition & 1 deletion python-libraries/nanover-essd/conda/build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
$PYTHON -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
$PYTHON -m pip install . -vvv
2 changes: 1 addition & 1 deletion python-libraries/nanover-jupyter/conda/build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
$PYTHON -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
$PYTHON -m pip install . -vvv
2 changes: 1 addition & 1 deletion python-libraries/nanover-lammps/conda/build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
$PYTHON -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
$PYTHON -m pip install . -vvv
2 changes: 1 addition & 1 deletion python-libraries/nanover-mdanalysis/conda/build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
$PYTHON -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
$PYTHON -m pip install . -vvv
2 changes: 1 addition & 1 deletion python-libraries/nanover-omni/conda/build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
$PYTHON -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
$PYTHON -m pip install . -vvv
2 changes: 1 addition & 1 deletion python-libraries/nanover-openmm/conda/build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
$PYTHON -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
$PYTHON -m pip install . -vvv

0 comments on commit 057edc3

Please sign in to comment.