Skip to content

Commit

Permalink
Re-locate helper scripts building SOLVCON
Browse files Browse the repository at this point in the history
  • Loading branch information
tai271828 committed Apr 17, 2021
1 parent 973e1d9 commit 78482d0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -x
SOLVCON_PROJECT=${1:-${HOME}/solvcon}
SCSRC="${SOLVCON_PROJECT}/solvcon"
SCSRC_WORKING="${SOLVCON_PROJECT}/solvcon-working"
SCDE_SRC=${SOLVCON_DEVENV_SRC:-${SOLVCON_PROJECT}/devenv}
SCDE_SRC=${SCDE_SRC:-${SOLVCON_PROJECT}/devenv}
MINICONDA_DIR="${SCSRC_WORKING}/miniconda"

export PATH="${SCSRC}:${MINICONDA_DIR}/bin:${PATH}"
Expand Down
2 changes: 1 addition & 1 deletion devenv-cli.sh → bin/build-application-solvcon-devenv.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SCDE: SOLVCON Dev Env
SCDE_SRC=${HOME}/solvcon/devenv
SCDE_SRC=${HOME}/solvcon/devenv/applications/solvcon

mkdir -p ${SCDE_SRC}
source ${SCDE_SRC}/prepare-solvcon-dev.sh

0 comments on commit 78482d0

Please sign in to comment.