Conversation
b9cf088 to
d12dd5a
Compare
Duncaen
left a comment
There was a problem hiding this comment.
We generally use extra distfiles for submodules since we don't have anything to cache git pulls in xbps-src, see srcpkgs/gamescope/template as example.
76ef93f to
a004618
Compare
|
Even better: Figured out how to persuade cmake to use the corrosion src bundled in the tar without trying to re-fetch. (Is there a better way to reference the package src dir than |
Not really since the directory name is technically not known before extracting the distfiles. some packages just do something like: pre_configure() {
configure_args+=" -DPYCXX_INCLUDE_DIR=${wrksrc}/pycxx
-DPYCXX_SOURCE_DIR=${wrksrc}/pycxx/Src"
}
|
Needs git now because of the source bundling a corrosion submodule -- we could also provide corrosion as a system dependency, since we happen to ship the same 0.5.2 version they need, but this will break if we update corrosion (I tried)Fixed -- just use the corrosion from the source tarTesting the changes
Local build testing