File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -240,6 +240,13 @@ You should be aware of two incompatibilities in particular:
240
240
builds the package only for some platforms and expands the ` libgfortran `
241
241
versions.
242
242
243
+ Note that whether you need to build for different C++ string ABIs or libgfortran
244
+ versions depends exclusively on whether the products of the current build expose
245
+ the ` std::string ` ABI or directly link to ` libgfortran ` . The fact that some of
246
+ the dependencies need to expand the C++ string ABIs or libgfortran versions is
247
+ not relevant for the current build recipe and BinaryBuilder will take care of
248
+ installing libraries with matching ABI.
249
+
243
250
Don't worry if you don't know whether you need to expand the list of platforms
244
251
for the C++ ` std::string ` ABIs or the libgfortran versions: this is often not
245
252
possible to know in advance without thoroughly reading the source code or
You can’t perform that action at this time.
0 commit comments