Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Moving conda/ to caffe2/conda (#2428)
Browse files Browse the repository at this point in the history
* Moving conda/ to caffe2/conda

* fix

* Moving caffe2/conda to conda/caffe2
  • Loading branch information
pjh5 committed Mar 27, 2018
1 parent aad88be commit 06454db
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion conda/cuda/meta.yaml → conda/caffe2/cuda/meta.yaml
Expand Up @@ -5,7 +5,7 @@ package:
version: {{ version }}

source:
path: ../..
path: ../../..

build:
number: 0
Expand Down
File renamed without changes.
Expand Up @@ -5,7 +5,7 @@ package:
version: {{ version }}

source:
path: ../..
path: ../../..

build:
number: 0
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion conda/no_cuda/meta.yaml → conda/caffe2/no_cuda/meta.yaml
Expand Up @@ -5,7 +5,7 @@ package:
version: {{ version }}

source:
path: ../..
path: ../../..

build:
number: 0
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_anaconda.sh
Expand Up @@ -77,7 +77,7 @@ fi
#
# Pick the correct conda-build folder
#
CAFFE2_CONDA_BUILD_DIR="${CAFFE2_ROOT}/conda"
CAFFE2_CONDA_BUILD_DIR="${CAFFE2_ROOT}/conda/caffe2"
if [[ "${BUILD_ENVIRONMENT}" == *full* ]]; then
CAFFE2_CONDA_BUILD_DIR="${CAFFE2_CONDA_BUILD_DIR}/cuda_full"
elif [[ "${BUILD_ENVIRONMENT}" == *cuda* ]]; then
Expand Down

0 comments on commit 06454db

Please sign in to comment.