faiss: refactor: mv comment out of bash

This commit is contained in:
Someone Serge 2024-07-28 01:05:49 +00:00
parent 047fc47f2c
commit c132bb9560

View File

@ -53,11 +53,11 @@ stdenv.mkDerivation {
hash = "sha256-nS8nhkNGGb2oAJKfr/MIAZjAwMxBGbNd16/CkEtv67I=";
};
postPatch = ''
# Remove the following substituteInPlace when updating
# to a release that contains change from PR
# https://github.com/facebookresearch/faiss/issues/3239
# that fixes building faiss with swig 4.2.x
postPatch = ''
substituteInPlace faiss/python/swigfaiss.swig \
--replace-fail '#ifdef SWIGWORDSIZE64' '#if (__SIZEOF_LONG__ == 8)'
'';