Home
last modified time | relevance | path

Searched +refs:build +refs:module +refs:name (Results 1 – 25 of 62499) sorted by relevance

12345678910>>...2500

/dports/devel/gobject-introspection/gobject-introspection-1.70.0/girepository/
H A Dgirmodule.c45 module->name = g_strdup (name); in _g_ir_module_new()
66 g_free (module->name); in _g_ir_module_free()
115 const char *name = node->name; in _g_ir_module_fatal() local
124 g_printerr ("%s-%s.gir:%serror: %s\n", build->module->name, in _g_ir_module_fatal()
125 build->module->version, in _g_ir_module_fatal()
329 if (!strcmp (dependency, module->name)) in _g_ir_module_build_typelib()
356 size += ALIGN_VALUE (strlen (module->name) + 1, 4); in _g_ir_module_build_typelib()
369 size += ALIGN_VALUE (strlen (module->name) + 1, 4); in _g_ir_module_build_typelib()
402 header->namespace = _g_ir_write_string (module->name, strings, data, &header_size); in _g_ir_module_build_typelib()
504 memset (&build, 0, sizeof (build)); in _g_ir_module_build_typelib()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/tools/build/src/build/
H A Dproject.jam33 # It is possible to obtain a module name for a location using the 'module-name'
55 local module-name = [ module-name $(jamfile-location) ] ;
77 return $(module-name) ;
124 project-module = $($(name).jamfile-module) ;
137 project-module = [ module-name $(location) ] ;
444 rule mark-as-user ( module-name )
457 module $(module-name)
477 module-name # The name of the project module.
538 module $(module-name)
547 $(module-name) ] ;
[all …]
/dports/devel/boost-docs/boost_1_72_0/tools/build/src/build/
H A Dproject.jam33 # It is possible to obtain a module name for a location using the 'module-name'
55 local module-name = [ module-name $(jamfile-location) ] ;
77 return $(module-name) ;
124 project-module = $($(name).jamfile-module) ;
137 project-module = [ module-name $(location) ] ;
444 rule mark-as-user ( module-name )
457 module $(module-name)
477 module-name # The name of the project module.
538 module $(module-name)
547 $(module-name) ] ;
[all …]
/dports/devel/boost-libs/boost_1_72_0/tools/build/src/build/
H A Dproject.jam33 # It is possible to obtain a module name for a location using the 'module-name'
55 local module-name = [ module-name $(jamfile-location) ] ;
77 return $(module-name) ;
124 project-module = $($(name).jamfile-module) ;
137 project-module = [ module-name $(location) ] ;
444 rule mark-as-user ( module-name )
457 module $(module-name)
477 module-name # The name of the project module.
538 module $(module-name)
547 $(module-name) ] ;
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/tools/build/src/build/
H A Dproject.jam33 # It is possible to obtain a module name for a location using the 'module-name'
55 local module-name = [ module-name $(jamfile-location) ] ;
77 return $(module-name) ;
124 project-module = $($(name).jamfile-module) ;
137 project-module = [ module-name $(location) ] ;
444 rule mark-as-user ( module-name )
457 module $(module-name)
477 module-name # The name of the project module.
538 module $(module-name)
547 $(module-name) ] ;
[all …]
/dports/devel/boost_build/build-29baa79/src/build/
H A Dproject.jam33 # It is possible to obtain a module name for a location using the 'module-name'
55 local module-name = [ module-name $(jamfile-location) ] ;
77 return $(module-name) ;
124 project-module = $($(name).jamfile-module) ;
137 project-module = [ module-name $(location) ] ;
444 rule mark-as-user ( module-name )
457 module $(module-name)
477 module-name # The name of the project module.
538 module $(module-name)
547 $(module-name) ] ;
[all …]
/dports/devel/hyperscan/boost_1_75_0/tools/build/src/build/
H A Dproject.jam33 # It is possible to obtain a module name for a location using the 'module-name'
55 local module-name = [ module-name $(jamfile-location) ] ;
77 return $(module-name) ;
124 project-module = $($(name).jamfile-module) ;
137 project-module = [ module-name $(location) ] ;
444 rule mark-as-user ( module-name )
457 module $(module-name)
477 module-name # The name of the project module.
538 module $(module-name)
547 $(module-name) ] ;
[all …]
/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/tests/SwiftBuildTool/
H A Dswift-compiler-whole-module-optimization.swift-build5 # RUN: sed -e "s#SOURCEDIR#%S#g" -e "s#TMPDIR#%t#g" < %s > %t.build/build.swift-build
6 # RUN: %{swift-build-tool} --no-db --chdir %t.build > %t.out
12module-name Bar -incremental -emit-dependencies -emit-module -emit-module-path Bar.swiftmodule -ou…
13module-name Foo -incremental -emit-dependencies -emit-module -emit-module-path Foo.swiftmodule -ou…
28 name: swift-build
38 module-name: Bar
39 module-output-path: Bar.swiftmodule
46 enable-whole-module-optimization: true
54 module-name: Foo
55 module-output-path: Foo.swiftmodule
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/packaging/os/
H A Dopenbsd_pkg.py176 build = module.params['build']
192 if build is True:
214 if build is True and not module.check_mode:
215 …(pkg_spec[name]['rc'], pkg_spec[name]['stdout'], pkg_spec[name]['stderr']) = module.run_command(in…
230 if pkg_spec[name]['version'] or build is True:
540 build=dict(type='bool', default=False),
550 name = module.params['name']
552 build = module.params['build']
561 result['build'] = build
566 if build is True:
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dopenbsd_pkg.py176 build = module.params['build']
192 if build is True:
214 if build is True and not module.check_mode:
215 …(pkg_spec[name]['rc'], pkg_spec[name]['stdout'], pkg_spec[name]['stderr']) = module.run_command(in…
230 if pkg_spec[name]['version'] or build is True:
540 build=dict(type='bool', default=False),
550 name = module.params['name']
552 build = module.params['build']
561 result['build'] = build
566 if build is True:
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/packaging/os/
H A Dopenbsd_pkg.py173 build = module.params['build']
189 if build is True:
208 if build is True and not module.check_mode:
209 …(pkg_spec[name]['rc'], pkg_spec[name]['stdout'], pkg_spec[name]['stderr']) = module.run_command(in…
224 if pkg_spec[name]['version'] or build is True:
527 build=dict(type='bool', default=False),
535 name = module.params['name']
537 build = module.params['build']
546 result['build'] = build
551 if build is True:
[all …]
/dports/java/bouncycastle15/crypto-169/
H A Dadd_module.sh27 ( cd module.tmp/v5; jar xf ../../build/artifacts/jdk1.5/jars/$jarName )
34 …javac -target 1.9 -classpath module.tmp/v5 -d module.tmp/v9 `find $1/src/main/jdk1.9 -name "*.java…
44 …avac -target 1.9 --module-path ${provJar}:$utilJar:$pkixJar -classpath module.tmp/v5 -d module.tm…
48 …avac -target 1.9 --module-path ${provJar}:$utilJar:$pkixJar -classpath module.tmp/v5 -d module.tm…
51 …javac -target 1.9 --module-path ${provJar}:$utilJar -classpath module.tmp/v5 -d module.tmp/v9 `fi…
54 …javac -target 1.9 --module-path ${provJar}:$utilJar -classpath module.tmp/v5 -d module.tmp/v9 `fi…
56 …javac -target 1.9 --module-path $provJar -classpath module.tmp/v5 -d module.tmp/v9 `find $1/src/m…
77 sh ./bnd.sh build/artifacts/jdk1.5/jars/$jarName
78 cp build/artifacts/jdk1.5/jars/$jarName module.tmp/$jarName
102 cp module.tmp/$jarName build/artifacts/jdk1.5/jars/$jarName
[all …]
/dports/audio/noson-app/noson-app-4.5.0/.github/workflows/
H A Dbuild-ubuntu-20.04.yml1 name: build ubuntu-20.04
12 build:
15 - name: Checkout
17 - name: Install dependencies
22 qml-module-qtqml-models2 qml-module-qtquick2
23 qml-module-qtquick-controls2 qml-module-qtquick-layouts
28 - name: Init submodules
30 - name: Configure build
31 run: "cmake -B build
33 - name: Build
[all …]
/dports/devel/hyperscan/boost_1_75_0/tools/build/src/contrib/
H A Dmodular.jam37 name : sources * : requirements * : default-build * :
42 .external.($(name)).default-build = $(default-build) ;
112 local rule define-library ( name caller-module ? : root )
114 # ECHO ~~~ modular.library $(name) $(caller-module) :: $(root) :: $(depends) ;
148 local lib-module-name = [ project.module-name $(lib-location) ] ;
150 IMPORT modular-rules : $(modular-rules) : $(lib-module-name) : $(modular-rules) ;
162 modules.poke $(lib-module) : __library__ : $(name) ;
166 IMPORT modular-rules : main-target-rule : $(lib-module-name) : $(main-rule-name) ;
171 modules.call-in $(caller-module) : use-project $(name) : $(root) ;
234 name : sources * : requirements * : default-build * :
[all …]
/dports/databases/percona57-server/boost_1_59_0/tools/build/src/contrib/
H A Dmodular.jam37 name : sources * : requirements * : default-build * :
42 .external.($(name)).default-build = $(default-build) ;
112 local rule define-library ( name caller-module ? : root )
114 # ECHO ~~~ modular.library $(name) $(caller-module) :: $(root) :: $(depends) ;
148 local lib-module-name = [ project.module-name $(lib-location) ] ;
150 IMPORT modular-rules : $(modular-rules) : $(lib-module-name) : $(modular-rules) ;
162 modules.poke $(lib-module) : __library__ : $(name) ;
166 IMPORT modular-rules : main-target-rule : $(lib-module-name) : $(main-rule-name) ;
171 modules.call-in $(caller-module) : use-project $(name) : $(root) ;
234 name : sources * : requirements * : default-build * :
[all …]
/dports/databases/xtrabackup/boost_1_59_0/tools/build/src/contrib/
H A Dmodular.jam37 name : sources * : requirements * : default-build * :
42 .external.($(name)).default-build = $(default-build) ;
112 local rule define-library ( name caller-module ? : root )
114 # ECHO ~~~ modular.library $(name) $(caller-module) :: $(root) :: $(depends) ;
148 local lib-module-name = [ project.module-name $(lib-location) ] ;
150 IMPORT modular-rules : $(modular-rules) : $(lib-module-name) : $(modular-rules) ;
162 modules.poke $(lib-module) : __library__ : $(name) ;
166 IMPORT modular-rules : main-target-rule : $(lib-module-name) : $(main-rule-name) ;
171 modules.call-in $(caller-module) : use-project $(name) : $(root) ;
234 name : sources * : requirements * : default-build * :
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/build/src/contrib/
H A Dmodular.jam37 name : sources * : requirements * : default-build * :
42 .external.($(name)).default-build = $(default-build) ;
112 local rule define-library ( name caller-module ? : root )
114 # ECHO ~~~ modular.library $(name) $(caller-module) :: $(root) :: $(depends) ;
148 local lib-module-name = [ project.module-name $(lib-location) ] ;
150 IMPORT modular-rules : $(modular-rules) : $(lib-module-name) : $(modular-rules) ;
162 modules.poke $(lib-module) : __library__ : $(name) ;
166 IMPORT modular-rules : main-target-rule : $(lib-module-name) : $(main-rule-name) ;
171 modules.call-in $(caller-module) : use-project $(name) : $(root) ;
234 name : sources * : requirements * : default-build * :
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/tools/build/src/contrib/
H A Dmodular.jam37 name : sources * : requirements * : default-build * :
42 .external.($(name)).default-build = $(default-build) ;
112 local rule define-library ( name caller-module ? : root )
114 # ECHO ~~~ modular.library $(name) $(caller-module) :: $(root) :: $(depends) ;
148 local lib-module-name = [ project.module-name $(lib-location) ] ;
150 IMPORT modular-rules : $(modular-rules) : $(lib-module-name) : $(modular-rules) ;
162 modules.poke $(lib-module) : __library__ : $(name) ;
166 IMPORT modular-rules : main-target-rule : $(lib-module-name) : $(main-rule-name) ;
171 modules.call-in $(caller-module) : use-project $(name) : $(root) ;
234 name : sources * : requirements * : default-build * :
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/build/src/contrib/
H A Dmodular.jam37 name : sources * : requirements * : default-build * :
42 .external.($(name)).default-build = $(default-build) ;
112 local rule define-library ( name caller-module ? : root )
114 # ECHO ~~~ modular.library $(name) $(caller-module) :: $(root) :: $(depends) ;
148 local lib-module-name = [ project.module-name $(lib-location) ] ;
150 IMPORT modular-rules : $(modular-rules) : $(lib-module-name) : $(modular-rules) ;
162 modules.poke $(lib-module) : __library__ : $(name) ;
166 IMPORT modular-rules : main-target-rule : $(lib-module-name) : $(main-rule-name) ;
171 modules.call-in $(caller-module) : use-project $(name) : $(root) ;
234 name : sources * : requirements * : default-build * :
[all …]
/dports/databases/percona57-client/boost_1_59_0/tools/build/src/contrib/
H A Dmodular.jam37 name : sources * : requirements * : default-build * :
42 .external.($(name)).default-build = $(default-build) ;
112 local rule define-library ( name caller-module ? : root )
114 # ECHO ~~~ modular.library $(name) $(caller-module) :: $(root) :: $(depends) ;
148 local lib-module-name = [ project.module-name $(lib-location) ] ;
150 IMPORT modular-rules : $(modular-rules) : $(lib-module-name) : $(modular-rules) ;
162 modules.poke $(lib-module) : __library__ : $(name) ;
166 IMPORT modular-rules : main-target-rule : $(lib-module-name) : $(main-rule-name) ;
171 modules.call-in $(caller-module) : use-project $(name) : $(root) ;
234 name : sources * : requirements * : default-build * :
[all …]
/dports/devel/boost-docs/boost_1_72_0/tools/build/src/contrib/
H A Dmodular.jam37 name : sources * : requirements * : default-build * :
42 .external.($(name)).default-build = $(default-build) ;
112 local rule define-library ( name caller-module ? : root )
114 # ECHO ~~~ modular.library $(name) $(caller-module) :: $(root) :: $(depends) ;
148 local lib-module-name = [ project.module-name $(lib-location) ] ;
150 IMPORT modular-rules : $(modular-rules) : $(lib-module-name) : $(modular-rules) ;
162 modules.poke $(lib-module) : __library__ : $(name) ;
166 IMPORT modular-rules : main-target-rule : $(lib-module-name) : $(main-rule-name) ;
171 modules.call-in $(caller-module) : use-project $(name) : $(root) ;
234 name : sources * : requirements * : default-build * :
[all …]
/dports/devel/boost-libs/boost_1_72_0/tools/build/src/contrib/
H A Dmodular.jam37 name : sources * : requirements * : default-build * :
42 .external.($(name)).default-build = $(default-build) ;
112 local rule define-library ( name caller-module ? : root )
114 # ECHO ~~~ modular.library $(name) $(caller-module) :: $(root) :: $(depends) ;
148 local lib-module-name = [ project.module-name $(lib-location) ] ;
150 IMPORT modular-rules : $(modular-rules) : $(lib-module-name) : $(modular-rules) ;
162 modules.poke $(lib-module) : __library__ : $(name) ;
166 IMPORT modular-rules : main-target-rule : $(lib-module-name) : $(main-rule-name) ;
171 modules.call-in $(caller-module) : use-project $(name) : $(root) ;
234 name : sources * : requirements * : default-build * :
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/tools/build/src/contrib/
H A Dmodular.jam37 name : sources * : requirements * : default-build * :
42 .external.($(name)).default-build = $(default-build) ;
112 local rule define-library ( name caller-module ? : root )
114 # ECHO ~~~ modular.library $(name) $(caller-module) :: $(root) :: $(depends) ;
148 local lib-module-name = [ project.module-name $(lib-location) ] ;
150 IMPORT modular-rules : $(modular-rules) : $(lib-module-name) : $(modular-rules) ;
162 modules.poke $(lib-module) : __library__ : $(name) ;
166 IMPORT modular-rules : main-target-rule : $(lib-module-name) : $(main-rule-name) ;
171 modules.call-in $(caller-module) : use-project $(name) : $(root) ;
234 name : sources * : requirements * : default-build * :
[all …]
/dports/devel/boost_build/build-29baa79/src/contrib/
H A Dmodular.jam37 name : sources * : requirements * : default-build * :
42 .external.($(name)).default-build = $(default-build) ;
112 local rule define-library ( name caller-module ? : root )
114 # ECHO ~~~ modular.library $(name) $(caller-module) :: $(root) :: $(depends) ;
148 local lib-module-name = [ project.module-name $(lib-location) ] ;
150 IMPORT modular-rules : $(modular-rules) : $(lib-module-name) : $(modular-rules) ;
162 modules.poke $(lib-module) : __library__ : $(name) ;
166 IMPORT modular-rules : main-target-rule : $(lib-module-name) : $(main-rule-name) ;
171 modules.call-in $(caller-module) : use-project $(name) : $(root) ;
234 name : sources * : requirements * : default-build * :
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/cmd/go/internal/mvs/
H A Dmvs_test.go40 build A: A B2 C2
138 build A: A D1 E2
252 build A: A B1
267 build A: A B1
410 var rs []module.Version
426 type reqsMap map[module.Version][]module.Version
441 func (r reqsMap) Upgrade(m module.Version) (module.Version, error) {
442 var u module.Version
454 func (r reqsMap) Previous(m module.Version) (module.Version, error) {
455 var p module.Version
[all …]

12345678910>>...2500