Skip to content

Commit

Permalink
Switch to https for git download
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksKnezevic committed Sep 19, 2024
1 parent c51a77e commit c91f3a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/tt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ set_target_properties(TTPJRTTTDylib
PROPERTIES
PREFIX "" # Disable "lib" prefix.
LIBRARY_OUTPUT_NAME pjrt_plugin_tt
INSTALL_RPATH "$ORIGIN"
)
install(TARGETS TTPJRTTTDylib DESTINATION lib)

Expand Down
4 changes: 2 additions & 2 deletions third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ else()
-DTTMLIR_ENABLE_STABLEHLO=ON
-DTTMLIR_ENABLE_RUNTIME=ON
-DCMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}
GIT_REPOSITORY git@github.com:tenstorrent/tt-mlir.git
GIT_REPOSITORY https://github.com/tenstorrent/tt-mlir.git
GIT_TAG ${TT_MLIR_VERSION}
GIT_PROGRESS ON
)
Expand Down Expand Up @@ -68,7 +68,7 @@ else()
-DCMAKE_CXX_COMPILER=clang++-17
-DCMAKE_CXX_FLAGS=${FLAGS}
-DCMAKE_INSTALL_PREFIX=${TTPJRT_SOURCE_DIR}/third_party/loguru/src/loguru-install
GIT_REPOSITORY git@github.com:emilk/loguru.git
GIT_REPOSITORY https://github.com/emilk/loguru.git
GIT_TAG ${LOGURU_VERSION}
GIT_PROGRESS ON
)
Expand Down
2 changes: 2 additions & 0 deletions venv/activate
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ if [ -z "${TTMLIR_TOOLCHAIN_DIR}" ]; then
export TTMLIR_TOOLCHAIN_DIR="/opt/ttmlir-toolchain"
fi

export LD_LIBRARY_PATH=$TTMLIR_TOOLCHAIN_DIR/lib:$LD_LIBRRARY_PATH

export TTMLIR_VENV_DIR="$(pwd)/venv"
if [ -d $TTMLIR_VENV_DIR/bin ]; then
[ -f $TTMLIR_VENV_DIR/bin/activate ] && source $TTMLIR_VENV_DIR/bin/activate
Expand Down

0 comments on commit c91f3a1

Please sign in to comment.