diff --git a/conda/build_conda_package.sh b/conda/build_conda_package.sh index 92cdf9cefa14e92e6299821168eadcc433896e47..fd6e763b14b6f32e1352449509220198df8dc0a8 100755 --- a/conda/build_conda_package.sh +++ b/conda/build_conda_package.sh @@ -1,7 +1,7 @@ conda build purge if [ "$(uname)" == "Linux" ]; then - conda build . -c anaconda -c tom.schoonjans + conda build . -c conda-forge else conda build . -c anaconda fi diff --git a/conda/meta.yaml b/conda/meta.yaml index 42b2f34236b0bef5cb860a40c14a5117b6ceff03..75d703dbd4c26f1366a0d6e0117741698c05ffe8 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -3,8 +3,8 @@ package: version: "1.0" source: - git_url: http://134.76.19.68/CameraSoftware/FishTracker.git - git_rev: 9c0b463e0139ada0736a49402d42ceee79d5edd8 + git_url: https://github.com/mooch443/trex.git + git_rev: ff4deeec58f498ec189a80593c8a546bc84c855b git_depth: 1 build: @@ -61,7 +61,7 @@ requirements: - python [win] - ffmpeg ==4.0 [not win] - python =3.6 [not win] - - glfw3 [linux] + - glfw [linux] run: - tensorflow-gpu ==1.13.* [not osx] @@ -75,7 +75,7 @@ requirements: - python =3.6 [not win] - py-opencv - opencv - - glfw3 [linux] + - glfw [linux] about: home: https://trex.run