Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
[POAE7-2940] Fix Arrow ICL patch link (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
xieqi authored May 4, 2023
1 parent 199d9e9 commit 362d4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/modules/ICL-module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ To use Arrow Compression Codec with Intel Codec Library, users need rebuild Arro
* Please see :ref:`icl_building_the_library_reference_link` for how to customize your build and enable required codec.
* Please make sure to turn off the option ``-DICL_BUILD_TESTS=OFF`` and ``-DICL_BUILD_BENCHMARKS=OFF`` when build
* Please manually copy `icl_codec.h` and `libicl_codec.a` to your search path for example `/usr/local/include` and `/usr/local/lib` when build arrow in the below step
2. Download the Arrow patch `here <https://github.com/intel/BDTK/cpp/resource/0001-Add-ICL-support.patch>`__.
2. Download the Arrow patch `here <https://github.com/intel/BDTK/blob/main/cpp/resource/0001-Add-ICL-support.patch>`__.
3. Get the Arrow Source using the following command:

.. code-block:: shell
Expand Down

0 comments on commit 362d4d5

Please sign in to comment.