issues
search
kakao
/
buffalo
TOROS Buffalo: A fast and scalable production-ready open source project for recommender systems
Apache License 2.0
575
stars
106
forks
source link
Build fix macos
#64
Closed
lsh918
closed
1 year ago
lsh918
commented
1 year ago
mac에서 gcc / g++ 버전을 고정하는대신 binary 디렉토리에 가서 직접 찾고 환경변수에 주입해주는 방식으로 변경했습니다.
mac에서 gcc, g++는 brew로 설치한다고 가정하고, brew의 binary 디렉토리에서 컴파일러를 찾도록 했습니다.
또한 컴파일러가 여러종류 있는 경우 가장 최신 컴파일러를 사용하도록 했습니다.
빌드 성공까지 확인했습니다.