Skip to content

Commit

Permalink
removed install openblas section from build
Browse files Browse the repository at this point in the history
  • Loading branch information
anishsapkota committed Sep 14, 2023
1 parent b6d55e5 commit 0eae16a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/cpp/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ if ! ldconfig -p | grep -q libmkl_rt; then
fi

# Check if OpenBLAS is installed
if ! ldconfig -p | grep -q libopenblas; then
echo "OpenBLAS not found. Installing OpenBLAS..."
#if ! ldconfig -p | grep -q libopenblas; then
# echo "OpenBLAS not found. Installing OpenBLAS..."

apt-get update
apt-get install libopenblas-dev -y
fi
# apt-get update
# apt-get install libopenblas-dev -y
#fi

# configure and compile INTEL MKL
cmake . -B INTEL -DUSE_INTEL_MKL=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=g++ -DCMAKE_CXX_FLAGS="-DUSE_GNU_THREADING -m64"
Expand Down

0 comments on commit 0eae16a

Please sign in to comment.