Home
last modified time | relevance | path

Searched refs:cmake_command (Results 1 – 25 of 45) sorted by relevance

12

/dports/science/pcmsolver/pcmsolver-1.3.0/cmake/lib/
H A Dconfig.py21 def check_cmake_exists(cmake_command): argument
26 p = subprocess.Popen('%s --version' % cmake_command,
60 assert res == cmake_command
66 assert res == cmake_command
68 assert res == cmake_command
71 def adapt_cmake_command_to_platform(cmake_command, platform): argument
76 pos = cmake_command.find('cmake')
78 s.append(cmake_command[pos:])
81 return cmake_command
159 cmake_command = adapt_cmake_command_to_platform(cmake_command, sys.platform)
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/externals/fmt/support/
H A Dappveyor-build.py13 cmake_command = ['cmake', '-DFMT_PEDANTIC=ON', '-DCMAKE_BUILD_TYPE=' + config, '..'] variable
15 cmake_command.append('-GMinGW Makefiles')
29 cmake_command.extend(['-A', 'x64'])
37 cmake_command.append('-G' + generator)
41 check_call(cmake_command)
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/lib/fmt/support/
H A Dappveyor-build.py13 cmake_command = ['cmake', '-DFMT_PEDANTIC=ON', '-DCMAKE_BUILD_TYPE=' + config, '..'] variable
15 cmake_command.append('-GMinGW Makefiles')
29 cmake_command.extend(['-A', 'x64'])
37 cmake_command.append('-G' + generator)
41 check_call(cmake_command)
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/fmt/support/
H A Dappveyor-build.py13 cmake_command = ['cmake', '-DFMT_PEDANTIC=ON', '-DCMAKE_BUILD_TYPE=' + config, '..'] variable
15 cmake_command.append('-GMinGW Makefiles')
29 cmake_command.extend(['-A', 'x64'])
37 cmake_command.append('-G' + generator)
41 check_call(cmake_command)
/dports/emulators/citra-qt5/citra-ac98458e0/externals/fmt/support/
H A Dappveyor-build.py13 cmake_command = ['cmake', '-DFMT_PEDANTIC=ON', '-DCMAKE_BUILD_TYPE=' + config, '..'] variable
15 cmake_command.append('-GMinGW Makefiles')
29 cmake_command.extend(['-A', 'x64'])
37 cmake_command.append('-G' + generator)
41 check_call(cmake_command)
/dports/emulators/citra-qt5/citra-ac98458e0/externals/dynarmic/externals/fmt/support/
H A Dappveyor-build.py13 cmake_command = ['cmake', '-DFMT_PEDANTIC=ON', '-DCMAKE_BUILD_TYPE=' + config, '..'] variable
15 cmake_command.append('-GMinGW Makefiles')
29 cmake_command.extend(['-A', 'x64'])
37 cmake_command.append('-G' + generator)
41 check_call(cmake_command)
/dports/emulators/citra/citra-ac98458e0/externals/fmt/support/
H A Dappveyor-build.py13 cmake_command = ['cmake', '-DFMT_PEDANTIC=ON', '-DCMAKE_BUILD_TYPE=' + config, '..'] variable
15 cmake_command.append('-GMinGW Makefiles')
29 cmake_command.extend(['-A', 'x64'])
37 cmake_command.append('-G' + generator)
41 check_call(cmake_command)
/dports/emulators/citra/citra-ac98458e0/externals/dynarmic/externals/fmt/support/
H A Dappveyor-build.py13 cmake_command = ['cmake', '-DFMT_PEDANTIC=ON', '-DCMAKE_BUILD_TYPE=' + config, '..'] variable
15 cmake_command.append('-GMinGW Makefiles')
29 cmake_command.extend(['-A', 'x64'])
37 cmake_command.append('-G' + generator)
41 check_call(cmake_command)
/dports/devel/libfmt/fmt-8.0.1/support/
H A Dappveyor-build.py13 cmake_command = ['cmake', '-DFMT_PEDANTIC=ON', '-DCMAKE_BUILD_TYPE=' + config, '..'] variable
15 cmake_command.append('-GMinGW Makefiles')
29 cmake_command.extend(['-A', 'x64'])
37 cmake_command.append('-G' + generator)
41 check_call(cmake_command)
/dports/math/plplot-ada/plplot-5.15.0/cmake/test_ada/scripts/
H A Dcomprehensive_test.sh173 echo_tee "${cmake_command} in the build tree"
174 ${cmake_command} "-DCMAKE_INSTALL_PREFIX=$INSTALL_TREE" $BUILD_TEST_OPTION \
179 echo_tee "ERROR: ${cmake_command} in the build tree failed"
217 echo_tee "${cmake_command} in the installed examples build tree"
218 ${cmake_command} -G "$generator_string" "$TRACE_OPTION" "$INSTALL_TREE"/share/test_ada/examples \
222 echo_tee "ERROR: ${cmake_command} in the installed examples build tree failed"
269 cmake_command="cmake"
305 --cmake_command)
306 cmake_command=$2
439 --cmake_command \"$cmake_command\"
/dports/math/plplot/plplot-5.15.0/cmake/test_fortran/scripts/
H A Dcomprehensive_test.sh173 echo_tee "${cmake_command} in the build tree"
174 ${cmake_command} "-DCMAKE_INSTALL_PREFIX=$INSTALL_TREE" $BUILD_TEST_OPTION \
179 echo_tee "ERROR: ${cmake_command} in the build tree failed"
217 echo_tee "${cmake_command} in the installed examples build tree"
218 …${cmake_command} -G "$generator_string" "$TRACE_OPTION" "$INSTALL_TREE"/share/test_fortran/example…
222 echo_tee "ERROR: ${cmake_command} in the installed examples build tree failed"
269 cmake_command="cmake"
305 --cmake_command)
306 cmake_command=$2
439 --cmake_command \"$cmake_command\"
/dports/math/plplot/plplot-5.15.0/cmake/test_ada/scripts/
H A Dcomprehensive_test.sh173 echo_tee "${cmake_command} in the build tree"
174 ${cmake_command} "-DCMAKE_INSTALL_PREFIX=$INSTALL_TREE" $BUILD_TEST_OPTION \
179 echo_tee "ERROR: ${cmake_command} in the build tree failed"
217 echo_tee "${cmake_command} in the installed examples build tree"
218 ${cmake_command} -G "$generator_string" "$TRACE_OPTION" "$INSTALL_TREE"/share/test_ada/examples \
222 echo_tee "ERROR: ${cmake_command} in the installed examples build tree failed"
269 cmake_command="cmake"
305 --cmake_command)
306 cmake_command=$2
439 --cmake_command \"$cmake_command\"
/dports/math/plplot-ada/plplot-5.15.0/cmake/test_fortran/scripts/
H A Dcomprehensive_test.sh173 echo_tee "${cmake_command} in the build tree"
174 ${cmake_command} "-DCMAKE_INSTALL_PREFIX=$INSTALL_TREE" $BUILD_TEST_OPTION \
179 echo_tee "ERROR: ${cmake_command} in the build tree failed"
217 echo_tee "${cmake_command} in the installed examples build tree"
218 …${cmake_command} -G "$generator_string" "$TRACE_OPTION" "$INSTALL_TREE"/share/test_fortran/example…
222 echo_tee "ERROR: ${cmake_command} in the installed examples build tree failed"
269 cmake_command="cmake"
305 --cmake_command)
306 cmake_command=$2
439 --cmake_command \"$cmake_command\"
/dports/graphics/aseprite/aseprite-1.2.9/third_party/fmt/support/
H A Dappveyor-build.py11 cmake_command = ['cmake', '-DFMT_PEDANTIC=ON', '-DCMAKE_BUILD_TYPE=' + config] variable
13 cmake_command.append('-GMinGW Makefiles')
27 cmake_command.append('-G' + generator)
31 check_call(cmake_command)
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/extern/fmt-5.3.0/support/
H A Dappveyor-build.py13 cmake_command = ['cmake', '-DFMT_PEDANTIC=ON', '-DCMAKE_BUILD_TYPE=' + config, '..'] variable
15 cmake_command.append('-GMinGW Makefiles')
34 cmake_command.append('-G' + generator)
38 check_call(cmake_command)
/dports/science/pcmsolver/pcmsolver-1.3.0/cmake/autocmake/
H A Dconfigure.py14 def check_cmake_exists(cmake_command): argument
22 '{0} --version'.format(cmake_command),
140 def configure(root_directory, build_path, cmake_command, arguments): argument
155 cmake_command += ' -B' + build_path
156 print('{0}\n'.format(cmake_command))
160 run_cmake(cmake_command, build_path, default_build_path, arguments)
/dports/science/xcfun/xcfun-2.1.1-1-gf87ca0e/cmake/autocmake/
H A Dconfigure.py15 def check_cmake_exists(cmake_command):
22 p = Popen('{0} --version'.format(cmake_command), shell=True, stdin=PIPE, stdout=PIPE)
134 def configure(root_directory, build_path, cmake_command, arguments):
149 cmake_command += ' -B' + build_path
150 print('{0}\n'.format(cmake_command))
154 run_cmake(cmake_command, build_path, default_build_path, arguments)
/dports/graphics/blender/blender-2.91.0/build_files/utils/
H A Dmake_test.py31 cmake_command = args.cmake_command variable
56 if make_utils.command_missing(cmake_command):
65 call([cmake_command, "."])
/dports/math/plplot-ada/plplot-5.15.0/scripts/
H A Dcomprehensive_test.sh185 echo_tee "${cmake_command} in the build tree"
186 ${cmake_command} "-DCMAKE_INSTALL_PREFIX=$INSTALL_TREE" $BUILD_TEST_OPTION \
191 echo_tee "ERROR: ${cmake_command} in the build tree failed"
324 echo_tee "${cmake_command} in the installed examples build tree"
325 …${cmake_command} -G "$generator_string" "$INSTALLED_DASHBOARD_LABEL_OPTION" "$INSTALL_TREE"/share/…
328 echo_tee "ERROR: ${cmake_command} in the installed examples build tree failed"
441 cmake_command="cmake"
492 --cmake_command)
493 cmake_command=$2
718 --cmake_command \"$cmake_command\"
/dports/math/plplot/plplot-5.15.0/scripts/
H A Dcomprehensive_test.sh185 echo_tee "${cmake_command} in the build tree"
186 ${cmake_command} "-DCMAKE_INSTALL_PREFIX=$INSTALL_TREE" $BUILD_TEST_OPTION \
191 echo_tee "ERROR: ${cmake_command} in the build tree failed"
324 echo_tee "${cmake_command} in the installed examples build tree"
325 …${cmake_command} -G "$generator_string" "$INSTALLED_DASHBOARD_LABEL_OPTION" "$INSTALL_TREE"/share/…
328 echo_tee "ERROR: ${cmake_command} in the installed examples build tree failed"
441 cmake_command="cmake"
492 --cmake_command)
493 cmake_command=$2
718 --cmake_command \"$cmake_command\"
/dports/www/tidy-html5/tidy-html5-5.8.0/.github/workflows/
H A Dbuild_and_test.yml43 cmake_command: "cmake ../.. -DCMAKE_BUILD_TYPE=Release"
53cmake_command: "cmake ../.. -DCMAKE_BUILD_TYPE=Release '-DCMAKE_OSX_ARCHITECTURES=x86_64;arm64'"
64 cmake_command: "cmake ../.. -DCMAKE_BUILD_TYPE=Release"
77 cmake_command: "cmake ../.. -DCMAKE_BUILD_TYPE=Release -G 'MinGW Makefiles'"
94 cmake_command: "cmake ../.. -DCMAKE_BUILD_TYPE=Release"
131 ${{matrix.cmake_command}}
/dports/databases/arrow/apache-arrow-6.0.1/dev/release/
H A Dverify-yum.sh48 cmake_command=cmake
62 cmake_command=cmake3
72 cmake_command=cmake3
160 ${cmake_command} .
/dports/textproc/xlnt/xlnt-1.5.0-92-g20f3dac2/python/
H A Dsetup.py97 cmake_command = (['cmake', self.extra_cmake_args] +
101 self.spawn(cmake_command)
123 cmake_command = (['cmake'] + extra_cmake_args +
127 self.spawn(cmake_command)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/dev/release/
H A Dverify-yum.sh50 cmake_command=cmake
59 cmake_command=cmake3
127 ${cmake_command} .
/dports/devel/cquery/cquery-20180718/third_party/doctest/scripts/bench/
H A Dbench.py182 cmake_command = 'cmake . -G "Visual Studio 15 Win64"' # MSVC 2017 variable
184cmake_command = 'cmake . -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=' + ('Debug' if args.debug else '… variable
186cmake_command = 'cmake . -DCMAKE_BUILD_TYPE=' + ('Debug' if args.debug else '… variable
188 os.system(cmake_command + compiler)

12