Skip to content

Commit

Permalink
high debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
AngRodrigues committed Jan 7, 2025
1 parent efee79f commit 1e6db02
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@ package:
source:
git_url: https://github.com/Loop3D/map2loop
git_branch: fix/dependency_checker
include:
- README.md
- LICENSE
- dependencies.txt
- map2loop

build:
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps"
script: |
echo "PREFIX: ${PREFIX}"
echo "RECIPE_DIR: ${RECIPE_DIR}"
mkdir -p ${PREFIX}/share/map2loop
cp ${RECIPE_DIR}/../dependencies.txt ${PREFIX}/share/map2loop/
"{{ PYTHON }} -m pip install . --no-deps"
requirements:
host:
Expand Down

0 comments on commit 1e6db02

Please sign in to comment.