Home
last modified time | relevance | path

Searched refs:CMAKE_BUILD_DIR (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/py-scikit-build/scikit-build-0.12.0/skbuild/
H A Dcmaker.py20 from .constants import (CMAKE_BUILD_DIR,
179 if not os.path.exists(CMAKE_BUILD_DIR()):
180 os.makedirs(CMAKE_BUILD_DIR())
232 os.path.abspath(CMAKE_BUILD_DIR()),
235 rtn = subprocess.call(cmd, cwd=CMAKE_BUILD_DIR(), env=generator.env)
248 os.path.abspath(CMAKE_BUILD_DIR())))
450 for root, _, file_list in os.walk(CMAKE_BUILD_DIR()):
489 if not os.path.exists(CMAKE_BUILD_DIR()):
492 "make?").format(CMAKE_BUILD_DIR()))
502 rtn = subprocess.call(cmd, cwd=CMAKE_BUILD_DIR(), env=env)
[all …]
H A Dconstants.py103 def CMAKE_BUILD_DIR(): function
117 return os.path.join(CMAKE_BUILD_DIR(), "CMakeSpec.json")
/dports/devel/py-scikit-build/scikit-build-0.12.0/tests/
H A Dtest_cmaker.py16 from skbuild.constants import CMAKE_BUILD_DIR, CMAKE_DEFAULT_EXECUTABLE, CMAKE_INSTALL_DIR
76 src_dir.ensure(CMAKE_BUILD_DIR(), dir=1)
101 src_dir.ensure(CMAKE_BUILD_DIR(), dir=1)
118 "/BUILD/{}".format(to_unix_path(CMAKE_BUILD_DIR())),
124 "/SRC/{}".format(to_unix_path(CMAKE_BUILD_DIR())),
177 tmpdir.ensure(CMAKE_BUILD_DIR(), "cmake_install.cmake").write(textwrap.dedent(
H A Dtest_hello_cpp.py14 from skbuild.constants import CMAKE_BUILD_DIR, CMAKE_INSTALL_DIR, SKBUILD_DIR
96 assert os.path.exists(os.path.join(CMAKE_BUILD_DIR(), "CMakeCache.txt"))
97 os.remove(os.path.join(CMAKE_BUILD_DIR(), "CMakeCache.txt"))
103 assert not os.path.exists(os.path.join(CMAKE_BUILD_DIR(), "CMakeCache.txt"))
180 assert "removing '{}'".format(CMAKE_BUILD_DIR()) == clean1_out.splitlines()[2]
H A Dtest_skbuild.py15 from skbuild.constants import CMAKE_BUILD_DIR
138 cmakecache = tmp_dir.join(CMAKE_BUILD_DIR()).join("CMakeCache.txt")
220 cmakecache = tmp_dir.join(CMAKE_BUILD_DIR()).join("CMakeCache.txt")
H A Dtest_issue352_isolated_environment_support.py6 from skbuild.constants import CMAKE_BUILD_DIR
38 tmp_dir.ensure(CMAKE_BUILD_DIR(), dir=1).join('CMakeCache.txt').write(textwrap.dedent(
H A Dtest_command_line.py13 from skbuild.constants import CMAKE_BUILD_DIR
134 cmakecache_txt = tmpdir.join(CMAKE_BUILD_DIR(), "CMakeCache.txt")
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/thirdparty/onnx/
H A Dsetup.py28 CMAKE_BUILD_DIR = os.path.join(TOP_DIR, '.setuptools-cmake-build') variable
147 if not os.path.exists(CMAKE_BUILD_DIR):
148 os.makedirs(CMAKE_BUILD_DIR)
150 with cd(CMAKE_BUILD_DIR):
209 glob.glob(os.path.join(CMAKE_BUILD_DIR, 'onnx', '*.py')) + \
210 glob.glob(os.path.join(CMAKE_BUILD_DIR, 'onnx', '*.pyi'))
214 TOP_DIR, os.path.relpath(src, CMAKE_BUILD_DIR))
236 lib_path = CMAKE_BUILD_DIR
/dports/misc/py-onnx/onnx-1.10.2/
H A Dsetup.py31 CMAKE_BUILD_DIR = os.path.join(TOP_DIR, '.setuptools-cmake-build') variable
167 if not os.path.exists(CMAKE_BUILD_DIR):
168 os.makedirs(CMAKE_BUILD_DIR)
170 with cd(CMAKE_BUILD_DIR):
237 glob.glob(os.path.join(CMAKE_BUILD_DIR, 'onnx', '*.py')) + \
238 glob.glob(os.path.join(CMAKE_BUILD_DIR, 'onnx', '*.pyi'))
242 TOP_DIR, os.path.relpath(src, CMAKE_BUILD_DIR))
264 lib_path = CMAKE_BUILD_DIR
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/torch_glow/
H A Dsetup.py41 CMAKE_BUILD_DIR = os.path.join(TOP_DIR, 'build') variable
122 with cd(CMAKE_BUILD_DIR):
152 with cd(CMAKE_BUILD_DIR):
161 is_initial_build = not os.path.exists(CMAKE_BUILD_DIR)
163 os.makedirs(CMAKE_BUILD_DIR)
185 src = os.path.join(CMAKE_BUILD_DIR, "torch_glow", "src", filename)
/dports/devel/crc32c/crc32c-1.1.2/.github/workflows/
H A Dbuild.yml63 CMAKE_BUILD_DIR: ${{ github.workspace }}/build
81 cmake -S "${{ github.workspace }}" -B "${{ env.CMAKE_BUILD_DIR }}"
89 cmake --build "${{ env.CMAKE_BUILD_DIR }}"
102 run: cmake --build "${{ env.CMAKE_BUILD_DIR }}" --target install
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/images/
H A DMakefile28 CMAKE_BUILD_DIR = $(TOP_DIR)/build macro
310 mkdir -p $(CMAKE_BUILD_DIR)
311 cd $(CMAKE_BUILD_DIR) && cmake -DUHD_RELEASE_MODE=OFF ..
312 cd $(CMAKE_BUILD_DIR) && cmake -DCPACK_GENERATOR=TGZ .. && make package
313 cd $(CMAKE_BUILD_DIR) && cmake -DCPACK_GENERATOR=ZIP .. && make package
317 $(RM) -rf $(CMAKE_BUILD_DIR)
/dports/devel/py-scikit-build/scikit-build-0.12.0/skbuild/command/
H A Dclean.py15 from ..constants import (CMAKE_BUILD_DIR,
28 CMAKE_BUILD_DIR(),
/dports/audio/spotify-qt/spotify-qt-3.7/.github/workflows/
H A Dwindows-msvc.yml19 ${{env.CMAKE_BUILD_DIR}}/vcpkg_installed
/dports/devel/simgear/simgear-2020.3.11/CMakeModules/
H A DFindAAX.cmake45 ${CMAKE_BUILD_DIR}/aax
/dports/games/flightgear/flightgear-2020.3.11/CMakeModules/
H A DFindAAX.cmake45 ${CMAKE_BUILD_DIR}/aax
/dports/databases/percona57-server/percona-server-5.7.36-39/extra/coredumper/
H A DREADME.md59 * CMAKE_BUILD_DIR/src/libcoredumper.cmake
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/coredumper/
H A DREADME.md59 * CMAKE_BUILD_DIR/src/libcoredumper.cmake
/dports/databases/percona57-client/percona-server-5.7.36-39/extra/coredumper/
H A DREADME.md59 * CMAKE_BUILD_DIR/src/libcoredumper.cmake
/dports/deskutils/syncthingtray/syncthingtray/plasmoid/
H A Dtesting.md8 will install the Plasmoid in a test directory which is `$CMAKE_BUILD_DIR/plasmoid-testing`
/dports/net/remmina/Remmina-0ef1621b3e16b3168213147a2bfca39da2c2668f/cmake/macros/
H A DCompileGResources.cmake225 WORKING_DIRECTORY ${CMAKE_BUILD_DIR})
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/cmake/macros/
H A DCompileGResources.cmake225 WORKING_DIRECTORY ${CMAKE_BUILD_DIR})
/dports/net-im/dino/dino-0.2.2/cmake/
H A DCompileGResources.cmake215 WORKING_DIRECTORY ${CMAKE_BUILD_DIR})
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/matlab/
H A DREADME.md19 1. `${CMAKE_BUILD_DIR}/modules/matlab` if you are working from the build tree, or
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/doc/
H A DDEVELOPER_TOOLING.md344 iwyu_tool.py -p $CMAKE_BUILD_DIR/compile_commands.json -- -Xiwyu --mapping_file=$PWD/tools/iwyu/cat…

12