Home
last modified time | relevance | path

Searched refs:cmake_cmd (Results 1 – 25 of 35) sorted by relevance

12

/dports/science/py-OpenMC/openmc-0.12.2/tools/ci/
H A Dgha-install.py29 cmake_cmd = ['cmake', '-Ddebug=on']
33 cmake_cmd.append('-Dopenmp=off')
44 cmake_cmd.append('-DHDF5_PREFER_PARALLEL=ON')
46 cmake_cmd.append('-DHDF5_PREFER_PARALLEL=OFF')
49 cmake_cmd.append('-Ddagmc=ON')
50 cmake_cmd.append('-DCMAKE_PREFIX_PATH=~/DAGMC')
53 cmake_cmd.append('-Dlibmesh=ON')
58 cmake_cmd.append('-Dcoverage=on')
61 cmake_cmd.append('..')
62 print(' '.join(cmake_cmd))
[all …]
/dports/science/openmc/openmc-0.12.2/tools/ci/
H A Dgha-install.py29 cmake_cmd = ['cmake', '-Ddebug=on']
33 cmake_cmd.append('-Dopenmp=off')
44 cmake_cmd.append('-DHDF5_PREFER_PARALLEL=ON')
46 cmake_cmd.append('-DHDF5_PREFER_PARALLEL=OFF')
49 cmake_cmd.append('-Ddagmc=ON')
50 cmake_cmd.append('-DCMAKE_PREFIX_PATH=~/DAGMC')
53 cmake_cmd.append('-Dlibmesh=ON')
58 cmake_cmd.append('-Dcoverage=on')
61 cmake_cmd.append('..')
62 print(' '.join(cmake_cmd))
[all …]
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/scripts/
H A Dcommon_ci.py91cmake_cmd = f'cmake -DUPDATE_DEPS=ON -DCMAKE_BUILD_TYPE={args.configuration.capitalize()} {args.cm…
92 if IsWindows(): cmake_cmd = cmake_cmd + f' -A {args.arch}'
93 if build_tests: cmake_cmd = cmake_cmd + ' -DBUILD_TESTS=ON'
94 RunShellCmd(cmake_cmd, VVL_BUILD_DIR)
122cmake_cmd = f'cmake -C ../external/helper.cmake -DCMAKE_BUILD_TYPE={args.configuration.capitalize(…
123 if IsWindows(): cmake_cmd = cmake_cmd + f' -A {args.arch}'
124 RunShellCmd(cmake_cmd, LOADER_BUILD_DIR)
147 cmake_cmd = \
149 RunShellCmd(cmake_cmd, ICD_BUILD_DIR)
H A Dupdate_deps.py441 cmake_cmd = [
469 cmake_cmd.append('-A')
470 cmake_cmd.append('x64')
472 cmake_cmd.append('-A')
473 cmake_cmd.append('Win32')
484 ret_code = subprocess.call(cmake_cmd)
492 cmake_cmd.append('--clean-first')
495 cmake_cmd.append('--config')
500 cmake_cmd.append('--')
511 cmake_cmd.append('--')
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/vulkan-loader/src/scripts/
H A Dupdate_deps.py387 cmake_cmd = [
404 cmake_cmd.append(option)
415 cmake_cmd.append('-A')
416 cmake_cmd.append('x64')
427 ret_code = subprocess.call(cmake_cmd)
435 cmake_cmd.append('--clean-first')
438 cmake_cmd.append('--config')
443 cmake_cmd.append('--')
454 cmake_cmd.append('--')
455 cmake_cmd.append('/maxcpucount')
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/vulkan-tools/src/scripts/
H A Dupdate_deps.py387 cmake_cmd = [
404 cmake_cmd.append(option)
415 cmake_cmd.append('-A')
416 cmake_cmd.append('x64')
427 ret_code = subprocess.call(cmake_cmd)
435 cmake_cmd.append('--clean-first')
438 cmake_cmd.append('--config')
443 cmake_cmd.append('--')
454 cmake_cmd.append('--')
455 cmake_cmd.append('/maxcpucount')
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-tools/src/scripts/
H A Dupdate_deps.py432 cmake_cmd = [
449 cmake_cmd.append(option)
460 cmake_cmd.append('-A')
461 cmake_cmd.append('x64')
463 cmake_cmd.append('-A')
464 cmake_cmd.append('Win32')
475 ret_code = subprocess.call(cmake_cmd)
486 cmake_cmd.append('--config')
491 cmake_cmd.append('--')
502 cmake_cmd.append('--')
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/scripts/
H A Dupdate_deps.py432 cmake_cmd = [
449 cmake_cmd.append(option)
460 cmake_cmd.append('-A')
461 cmake_cmd.append('x64')
463 cmake_cmd.append('-A')
464 cmake_cmd.append('Win32')
475 ret_code = subprocess.call(cmake_cmd)
486 cmake_cmd.append('--config')
491 cmake_cmd.append('--')
502 cmake_cmd.append('--')
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-loader/src/scripts/
H A Dupdate_deps.py432 cmake_cmd = [
449 cmake_cmd.append(option)
460 cmake_cmd.append('-A')
461 cmake_cmd.append('x64')
463 cmake_cmd.append('-A')
464 cmake_cmd.append('Win32')
475 ret_code = subprocess.call(cmake_cmd)
486 cmake_cmd.append('--config')
491 cmake_cmd.append('--')
502 cmake_cmd.append('--')
[all …]
/dports/graphics/vulkan-tools/Vulkan-Tools-1.2.203/scripts/
H A Dupdate_deps.py441 cmake_cmd = [
469 cmake_cmd.append('-A')
470 cmake_cmd.append('x64')
472 cmake_cmd.append('-A')
473 cmake_cmd.append('Win32')
484 ret_code = subprocess.call(cmake_cmd)
492 cmake_cmd.append('--clean-first')
495 cmake_cmd.append('--config')
500 cmake_cmd.append('--')
511 cmake_cmd.append('--')
[all …]
/dports/graphics/vulkan-extension-layer/Vulkan-ExtensionLayer-1.2.203/scripts/
H A Dupdate_deps.py441 cmake_cmd = [
469 cmake_cmd.append('-A')
470 cmake_cmd.append('x64')
472 cmake_cmd.append('-A')
473 cmake_cmd.append('Win32')
484 ret_code = subprocess.call(cmake_cmd)
492 cmake_cmd.append('--clean-first')
495 cmake_cmd.append('--config')
500 cmake_cmd.append('--')
511 cmake_cmd.append('--')
[all …]
H A Dcommon_ci.py91cmake_cmd = f'cmake -DUPDATE_DEPS=ON -DCMAKE_BUILD_TYPE={args.configuration.capitalize()} {args.cm…
92 if IsWindows(): cmake_cmd = cmake_cmd + f' -A {args.arch}'
93 RunShellCmd(cmake_cmd, VEL_BUILD_DIR)
/dports/graphics/vulkan-loader/Vulkan-Loader-1.2.203/scripts/
H A Dupdate_deps.py441 cmake_cmd = [
469 cmake_cmd.append('-A')
470 cmake_cmd.append('x64')
472 cmake_cmd.append('-A')
473 cmake_cmd.append('Win32')
484 ret_code = subprocess.call(cmake_cmd)
492 cmake_cmd.append('--clean-first')
495 cmake_cmd.append('--config')
500 cmake_cmd.append('--')
511 cmake_cmd.append('--')
[all …]
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/build_scripts/
H A Dmain.py755 cmake_cmd = [OPTION["CMAKE"]]
759 cmake_cmd.append('-DQUIET_BUILD=1')
765 cmake_cmd += [
817 cmake_cmd.append("-DFORCE_LIMITED_API=no")
912 cmake_cmd.append("-DFULLDOCSBUILD=1")
916 if run_process(cmake_cmd) != 0:
1038 cmake_cmd = [
1045 out = run_process_output(cmake_cmd)
1215 cmake_cmd = [OPTION["CMAKE"]]
1216 cmake_cmd += [
[all …]
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/build_scripts/
H A Dmain.py755 cmake_cmd = [OPTION["CMAKE"]]
759 cmake_cmd.append('-DQUIET_BUILD=1')
765 cmake_cmd += [
817 cmake_cmd.append("-DFORCE_LIMITED_API=no")
912 cmake_cmd.append("-DFULLDOCSBUILD=1")
916 if run_process(cmake_cmd) != 0:
1038 cmake_cmd = [
1045 out = run_process_output(cmake_cmd)
1215 cmake_cmd = [OPTION["CMAKE"]]
1216 cmake_cmd += [
[all …]
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/build_scripts/
H A Dmain.py755 cmake_cmd = [OPTION["CMAKE"]]
759 cmake_cmd.append('-DQUIET_BUILD=1')
765 cmake_cmd += [
817 cmake_cmd.append("-DFORCE_LIMITED_API=no")
912 cmake_cmd.append("-DFULLDOCSBUILD=1")
916 if run_process(cmake_cmd) != 0:
1038 cmake_cmd = [
1045 out = run_process_output(cmake_cmd)
1215 cmake_cmd = [OPTION["CMAKE"]]
1216 cmake_cmd += [
[all …]
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Scripts/
H A Dinstall_depends.sh68 cmake_cmd="$(which cmake)"
69 if [ -n "$cmake_cmd" ]; then
70 cmake_version="$("$cmake_cmd" --version | grep 'cmake version' | cut -d' ' -f3)"
84 cmake_cmd="/opt/cmake-${cmake_version}/bin/cmake"
147 run "$cmake_cmd" /usr/src/gtest
207 …run "$cmake_cmd" -DCMAKE_CXX_STANDARD=$CXX_STANDARD -DBUILD_GMOCK=OFF -DBUILD_GTEST=ON ../gtest-so…
331 run "$cmake_cmd" "${cmake_args[@]}" ..
H A Dtravis.sh77 cmake_cmd="/opt/cmake-3.12.4/bin/cmake"
79 cmake_cmd="cmake"
83 run "$cmake_cmd" \
/dports/databases/py-tiledb/tiledb-0.8.11/
H A Dsetup.py166 cmake_cmd = [
186 cmake_cmd.extend(extra_cmake_args.split())
195 cmake_cmd.append("-DCMAKE_BUILD_TYPE={}".format(build_type))
198 cmake_cmd.extend(["-A", "x64", "-DMSVC_MP_FLAG=/MP4"])
201 cmake_cmd.extend(["-G", CMAKE_GENERATOR])
204 cmake_cmd.append(src_dir)
206 print("CMake configure command: {}".format(cmake_cmd))
234 subprocess.check_call(cmake_cmd, cwd=libtiledb_build_dir)
/dports/misc/py-xgboost/xgboost-1.5.1/python-package/
H A Dsetup.py102 cmake_cmd = ['cmake', src_dir, generator]
110 cmake_cmd.append("-D" + arg + "=0")
112 cmake_cmd.append('-D' + arg + '=' + value)
114 self.logger.info('Run CMake command: %s', str(cmake_cmd))
115 subprocess.check_call(cmake_cmd, cwd=build_dir)
/dports/misc/xgboost/xgboost-1.5.1/python-package/
H A Dsetup.py102 cmake_cmd = ['cmake', src_dir, generator]
110 cmake_cmd.append("-D" + arg + "=0")
112 cmake_cmd.append('-D' + arg + '=' + value)
114 self.logger.info('Run CMake command: %s', str(cmake_cmd))
115 subprocess.check_call(cmake_cmd, cwd=build_dir)
/dports/science/siconos/siconos-4.4.0/ci_travis/machinery/
H A Dci_task.py97 cmake_cmd='cmake', argument
118 self._cmake_cmd = cmake_cmd
161 cmake_cmd=self._cmake_cmd, argument
225 cmake_cmd=cmake_cmd,
/dports/devel/ros-catkin/catkin-0.8.9/python/catkin/
H A Dbuilder.py388 cmake_cmd = [
394 cmake_cmd.extend(cmake_args)
396 isolation_print_command(' '.join(cmake_cmd), build_dir, add_env=add_env)
398 cmake_cmd = [last_env] + cmake_cmd
400 run_command_colorized(cmake_cmd, build_dir, quiet, add_env=add_env)
616 cmake_cmd = [
621 cmake_cmd.extend(cmake_args)
622 isolation_print_command(' '.join(cmake_cmd), build_dir)
624 cmake_cmd = [last_env] + cmake_cmd
625 run_command_colorized(cmake_cmd, build_dir, quiet)
/dports/science/siconos/siconos-4.4.0/scripts/
H A Dsiconos.py.in740 cmake_cmd = str(Path(siconos_package_dir, 'cmake-vc.bat'))
742 cmake_cmd = 'cmake'
749 cmake_configure_command = [cmake_cmd, '-S', cmake_source_dir,
752 cmake_configure_command = [cmake_cmd,
754 cmake_cmd, cmake_source_dir]
762 cmake_build_command = [cmake_cmd, '--build', args.build_dir,
/dports/misc/adios2/ADIOS2-2.7.1/scripts/dashboard/
H A DEnvironmentModules.cmake107 set(cmake_cmd "unset(ENV{${CMAKE_MATCH_1}})") variable
109 set(cmake_cmd "set(ENV{${CMAKE_MATCH_1}} \"\${${CMAKE_MATCH_1}}\")") variable
121 set(cmake_cmd "set(${var_name} \"${var_value}\")") variable
125 file(APPEND ${tempfile_name} "${cmake_cmd}\n")

12