mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 13:59:22 -04:00
- Add LICENSE_FILE - Remove PYTHON_EXECUTABLE which is set by USES=python now - Comment BROKEN_* temporarily to see if the new version builds Changes: https://github.com/pytorch/pytorch/releases PR: 274859 Approved by: maintainer (timeout, 25 days)
11 lines
293 B
Text
11 lines
293 B
Text
--- caffe2/CMakeLists.txt.orig 2023-05-08 19:58:16 UTC
|
|
+++ caffe2/CMakeLists.txt
|
|
@@ -1,6 +1,8 @@
|
|
# ---[ Generate and install header and cpp files
|
|
include(../cmake/Codegen.cmake)
|
|
|
|
+set(CMAKE_CXX_STANDARD 17)
|
|
+
|
|
# ---[ Vulkan code gen
|
|
if(USE_VULKAN)
|
|
include(../cmake/VulkanCodegen.cmake)
|