Skip to content

Commit

Permalink
Formulas updated after uploading v1.2b in conda
Browse files Browse the repository at this point in the history
  • Loading branch information
jonandergomez committed Mar 20, 2023
1 parent 69fa02d commit 565ccd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion formulas/conda/eddl/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ echo "CPU_COUNT=$CPU_COUNT"
echo "#################################################"

# Build makefiles
mkdir build && cd build/ && cmake .. -DBUILD_TARGET=CUDNN \
mkdir build && cd build/ && cmake .. -DBUILD_TARGET=CPU \
-DBUILD_SUPERBUILD=OFF \
-DBUILD_EXAMPLES=OFF \
-DBUILD_TESTS=OFF \
Expand Down
6 changes: 3 additions & 3 deletions formulas/conda/eddl/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "eddl-cudnn" %} # eddl-cpu, eddl-gpu, eddl-cudnn
{% set version = "1.2" %}
{% set sha256 = "b16182c7344fa89ecbdd591885cfa625fe006b2de7a51daba568f449ca0b4a2d" %}
{% set name = "eddl-cpu" %} # eddl-cpu, eddl-gpu, eddl-cudnn
{% set version = "1.2b" %}
{% set sha256 = "8a0f18c5f583e3f2d0cc007a6a868743b57c8770528540e57bd657f3362ef3ce" %}

package:
name: {{ name|lower }}
Expand Down

0 comments on commit 565ccd2

Please sign in to comment.