관심있는 주제/Error

Could Not find SWIG

Lynn123 2022. 2. 3. 14:04
반응형

OpenROAD cmake 하던 중 발생한 에러

Could NOT find SWIG (missing: SWIG_EXECUTABLE SWIG_DIR) (Required is at least version "3.0")

 

  • swing 다운로드

https://sourceforge.net/projects/swig/files/swig/swig-3.0.12/swig-3.0.12.tar.gz/download

 

  • zip 풀고 build
tar zxvf swig-3.0.12.tar.gz && cd swig-3.0.12.tar
cd swig-3.0.12
./configure --without-pcre && make && sudo make install

 

하면 아래와 같은 로그와 함께 내가 원하는 버전의 swig install 이 완료됨

 

[Reference]

https://github.com/Microsoft/ELL/blob/244273ee64ec9432243a8d0e354d3769b642e502/interfaces/README.md

 

GitHub - microsoft/ELL: Embedded Learning Library

Embedded Learning Library. Contribute to microsoft/ELL development by creating an account on GitHub.

github.com

 

반응형

'관심있는 주제 > Error' 카테고리의 다른 글

spdlog install  (0) 2022.02.03
Could NOT find Boost  (0) 2022.02.03
ModuleNotFoundError: No module named 'torch_scatter'  (0) 2022.01.06
conda activate 오류  (0) 2020.07.20
TypeError: object of type 'bool' has no len()  (0) 2020.04.08