diff --git a/speechx/cmake/openfst.cmake b/speechx/cmake/openfst.cmake index 9acf530a19549040e7642a1e6888689bb612469f..07c33a74794508592f910b5cab89ef67cb19980d 100644 --- a/speechx/cmake/openfst.cmake +++ b/speechx/cmake/openfst.cmake @@ -3,8 +3,15 @@ set(openfst_PREFIX_DIR ${fc_patch}/openfst) set(openfst_SOURCE_DIR ${fc_patch}/openfst-src) set(openfst_BINARY_DIR ${fc_patch}/openfst-build) +# openfst Acknowledgments: +#Cyril Allauzen, Michael Riley, Johan Schalkwyk, Wojciech Skut and Mehryar Mohri, +#"OpenFst: A General and Efficient Weighted Finite-State Transducer Library", +#Proceedings of the Ninth International Conference on Implementation and +#Application of Automata, (CIAA 2007), volume 4783 of Lecture Notes in +#Computer Science, pages 11-23. Springer, 2007. http://www.openfst.org. + ExternalProject_Add(openfst - URL https://github.com/mjansche/openfst/archive/refs/tags/1.7.2.zip + URL https://paddleaudio.bj.bcebos.com/build/openfst_1.7.2.zip URL_HASH SHA256=ffc56931025579a8af3515741c0f3b0fc3a854c023421472c07ca0c6389c75e6 PREFIX ${openfst_PREFIX_DIR} SOURCE_DIR ${openfst_SOURCE_DIR} @@ -17,4 +24,4 @@ ExternalProject_Add(openfst BUILD_COMMAND make -j 4 ) link_directories(${openfst_PREFIX_DIR}/lib) -include_directories(${openfst_PREFIX_DIR}/include) \ No newline at end of file +include_directories(${openfst_PREFIX_DIR}/include)