aboutsummaryrefslogtreecommitdiff
path: root/ports/fbgemm/portfile.cmake
AgeCommit message (Collapse)Author
2021-09-13[fbgemm] fix find_package (#20111)Park DongHa
* [fbgemm] fix find_package * install internal header for pytorch * [fbgemm] remove GPU feature * The source requires ATen and some other libraries ...
2021-03-19[fbgemm] create a new port (#16346)Park DongHa
* [fbgemm] create a new port * [fbgemm] patch for latest asmjit * [fbgemm] fix wrong install for Windows * update baseline and port SHA * [fbgemm] make PythonInterp required * [fbgemm] check PythonInterp in portfile.cmake * [fbgemm] use Python instead of PythonInterp * [fbgemm] use vcpkg_find_acquire_program for python3 * [fbgemm] update patches * remove /MT /MD customization * remove deprecated warnings for asmjit * [fbgemm] update "supports" * uwp can't be supported with cpuinfo link failure * x86 SIMD may become available in future update * [fbgemm] apply PR feedback * [fbgemm] update to latest code * removed asmjit related patch files * [fbgemm] update version files