Skip to content

Commit 82dde37

Browse files
committed
Revert Building.md changes
Signed-off-by: Ben Howe <[email protected]>
1 parent a1e9ad7 commit 82dde37

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Building.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,12 @@ git clone https://github.com/NVIDIA/cudaqx.git
4040
cd cudaqx
4141
mkdir build && cd build
4242

43-
# Configure your build (adjust as necessary). Note TRT requires extra
44-
# dependencies, so the command below disables it from the build.
43+
# Configure your build (adjust as necessary)
4544
cmake -G Ninja -S .. \
4645
-DCUDAQ_INSTALL_DIR=$CUDAQ_INSTALL_PREFIX \
4746
-DCMAKE_INSTALL_PREFIX=${CUDAQX_INSTALL_PREFIX} \
4847
-DCUDAQ_DIR=${CUDAQ_INSTALL_PREFIX}/lib/cmake/cudaq \
4948
-DCMAKE_BUILD_TYPE=Release
50-
-DCUDAQ_QEC_BUILD_TRT_DECODER=OFF
5149

5250
# Install your build
5351
ninja install
@@ -57,7 +55,7 @@ export PYTHONPATH=${CUDAQ_INSTALL_PREFIX}:${CUDAQX_INSTALL_PREFIX}
5755
export PATH="${CUDAQ_INSTALL_PREFIX}/bin:${CUDAQX_INSTALL_PREFIX}/bin:${PATH}"
5856
ctest
5957
# Run the python tests
60-
# The --ignore option is to bypass tests that require additional packages not contained in
58+
# The --ignore option is to bypass tests that require additional packages not contained in
6159
# the standard docker container
6260
cd ..
6361
python3 -m pytest -v libs/qec/python/tests --ignore libs/qec/python/tests/test_tensor_network_decoder.py

0 commit comments

Comments
 (0)