mathematical 1.6.12 → 1.6.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/ext/mathematical/CMakeLists.txt +48 -6
- data/ext/mathematical/extconf.rb +11 -8
- data/ext/mathematical/lasem/COPYING +2 -1
- data/ext/mathematical/lasem/NEWS +4 -2
- data/ext/mathematical/lasem/configure.ac +1 -1
- data/ext/mathematical/lasem/lasem.doap +2 -2
- data/ext/mathematical/lasem/po/LINGUAS +3 -0
- data/ext/mathematical/lasem/po/da.po +99 -0
- data/ext/mathematical/lasem/po/eu.po +66 -30
- data/ext/mathematical/lasem/po/it.po +68 -28
- data/ext/mathematical/lasem/po/ro.po +64 -0
- data/ext/mathematical/lasem/po/tr.po +68 -28
- data/ext/mathematical/lasem/src/lasemrender.c +2 -2
- data/ext/mathematical/lasem/src/lsm.c +2 -2
- data/ext/mathematical/lasem/src/lsm.h +2 -2
- data/ext/mathematical/lasem/src/lsmattributes.c +2 -2
- data/ext/mathematical/lasem/src/lsmattributes.h +2 -2
- data/ext/mathematical/lasem/src/lsmcairo.c +2 -2
- data/ext/mathematical/lasem/src/lsmcairo.h +2 -2
- data/ext/mathematical/lasem/src/lsmdebug.c +2 -2
- data/ext/mathematical/lasem/src/lsmdebug.h +2 -2
- data/ext/mathematical/lasem/src/lsmdom.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomcharacterdata.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomcharacterdata.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomdocument.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomdocument.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomdocumentfragment.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomdocumentfragment.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomentities.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomentities.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomimplementation.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomimplementation.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomnamednodemap.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomnamednodemap.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomnode.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomnode.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomnodelist.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomnodelist.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomparser.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomparser.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomtext.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomtext.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomtypes.h +2 -2
- data/ext/mathematical/lasem/src/lsmdomview.c +2 -2
- data/ext/mathematical/lasem/src/lsmdomview.h +2 -2
- data/ext/mathematical/lasem/src/lsmitex.c +2 -2
- data/ext/mathematical/lasem/src/lsmitex.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathml.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlactionelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlactionelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlaligngroupelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlaligngroupelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlalignmarkelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlalignmarkelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlattributes.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlattributes.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmldocument.c +3 -3
- data/ext/mathematical/lasem/src/lsmmathmldocument.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlencloseelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlencloseelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlenums.c +6 -2
- data/ext/mathematical/lasem/src/lsmmathmlenums.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlerrorelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlerrorelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlfencedelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlfencedelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlfractionelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlfractionelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlglyphtableams.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlglyphtableams.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlitexelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlitexelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmllayoututils.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmllayoututils.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlmathelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlmathelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmloperatordictionary.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmloperatordictionary.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmloperatorelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmloperatorelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpaddedelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpaddedelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlphantomelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlphantomelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpresentationcontainer.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpresentationcontainer.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpresentationtoken.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlpresentationtoken.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlradicalelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlradicalelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlrowelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlrowelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlscriptelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlscriptelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlsemanticselement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlsemanticselement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlspaceelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlspaceelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstringelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstringelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstyle.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstyle.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstyleelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlstyleelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltablecellelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltablecellelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltableelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltableelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltablerowelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltablerowelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltraits.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltraits.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmltypes.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlunderoverelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlunderoverelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlutils.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlutils.h +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlview.c +2 -2
- data/ext/mathematical/lasem/src/lsmmathmlview.h +2 -2
- data/ext/mathematical/lasem/src/lsmproperties.c +2 -2
- data/ext/mathematical/lasem/src/lsmproperties.h +2 -2
- data/ext/mathematical/lasem/src/lsmstr.c +2 -2
- data/ext/mathematical/lasem/src/lsmstr.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvg.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgaelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgaelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgattributes.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgcircleelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgcircleelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgclippathelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgclippathelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgcolors.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgcolors.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgdefselement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgdefselement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgdocument.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgdocument.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgelement.h +2 -3
- data/ext/mathematical/lasem/src/lsmsvgellipseelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgellipseelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgenums.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgenums.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterblend.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterblend.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltercolormatrix.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltercolormatrix.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltercomposite.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltercomposite.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterconvolvematrix.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterconvolvematrix.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterdisplacementmap.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterdisplacementmap.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterflood.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterflood.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltergaussianblur.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltergaussianblur.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterimage.c +6 -4
- data/ext/mathematical/lasem/src/lsmsvgfilterimage.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermerge.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermerge.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermergenode.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermergenode.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermorphology.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltermorphology.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilteroffset.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilteroffset.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterprimitive.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterprimitive.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterspecularlighting.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterspecularlighting.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltersurface.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltersurface.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltertile.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfiltertile.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterturbulence.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgfilterturbulence.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvggelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvggelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvggradientelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvggradientelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgimageelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgimageelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvglength.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvglength.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvglineargradientelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvglineargradientelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvglineelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvglineelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmarkerelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmarkerelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmaskelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmaskelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmatrix.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgmatrix.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpathelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpathelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpatternelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpatternelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpolygonelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpolygonelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpolylineelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgpolylineelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgradialgradientelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgradialgradientelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgrectelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgrectelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgstopelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgstopelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgstyle.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgstyle.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgsvgelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgsvgelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgswitchelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgswitchelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgsymbolelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgsymbolelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtextelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtextelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtraits.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtraits.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtransformable.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtransformable.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtspanelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtspanelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgtypes.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvguseelement.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvguseelement.h +2 -2
- data/ext/mathematical/lasem/src/lsmsvgview.c +2 -2
- data/ext/mathematical/lasem/src/lsmsvgview.h +2 -2
- data/ext/mathematical/lasem/src/lsmtraits.c +2 -2
- data/ext/mathematical/lasem/src/lsmtraits.h +2 -2
- data/ext/mathematical/lasem/src/lsmtypes.h +2 -2
- data/ext/mathematical/lasem/src/lsmutils.c +2 -2
- data/ext/mathematical/lasem/src/lsmutils.h +2 -2
- data/ext/mathematical/lasem/tests/lsmtest.c +1 -3
- data/ext/mathematical/lasem/tests/suite.c +1 -2
- data/ext/mathematical/lasem_overrides.c +3 -0
- data/ext/mathematical/lib/liblasem.dylib +0 -0
- data/ext/mathematical/lib/libmtex2MML.a +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeCache.txt +84 -79
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CMakeCCompiler.cmake +15 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CMakeCXXCompiler.cmake +17 -8
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CMakeDetermineCompilerABI_C.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.7.2 → 3.15.5}/CMakeDetermineCompilerABI_CXX.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.7.2 → 3.15.5}/CMakeSystem.cmake +4 -4
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CompilerIdC/CMakeCCompilerId.c +135 -37
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.7.2 → 3.15.5}/CompilerIdC/a.out +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CompilerIdCXX/CMakeCXXCompilerId.cpp +143 -38
- data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.7.2 → 3.15.5}/CompilerIdCXX/a.out +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeDirectoryInformation.cmake +3 -3
- data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeOutput.log +250 -939
- data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeRuleHashes.txt +33 -33
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Continuous.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousBuild.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousConfigure.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousCoverage.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousMemCheck.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousStart.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousSubmit.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousTest.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousUpdate.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Experimental.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalBuild.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalConfigure.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalCoverage.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalMemCheck.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalStart.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalSubmit.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalTest.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalUpdate.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Makefile.cmake +113 -109
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Makefile2 +149 -278
- data/ext/mathematical/mtex2MML/build/CMakeFiles/Nightly.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyBuild.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyConfigure.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyCoverage.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemCheck.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemoryCheck.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyStart.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlySubmit.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyTest.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyUpdate.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/TargetDirectories.txt +41 -41
- data/ext/mathematical/mtex2MML/build/CMakeFiles/format.dir/build.make +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/DependInfo.cmake +11 -10
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/build.make +39 -126
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/cmake_clean.cmake +6 -6
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/flags.make +5 -5
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/link.txt +1 -1
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/C.includecache +42 -42
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/DependInfo.cmake +9 -9
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/build.make +39 -126
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/cmake_clean.cmake +6 -6
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/depend.internal +25 -25
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/depend.make +1 -1
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/flags.make +5 -5
- data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/link.txt +2 -2
- data/ext/mathematical/mtex2MML/build/CMakeFiles/memcheck.dir/build.make +6 -6
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/DependInfo.cmake +10 -10
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/build.make +43 -142
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/cmake_clean.cmake +7 -7
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/flags.make +5 -5
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/link.txt +1 -1
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/DependInfo.cmake +26 -26
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/build.make +113 -404
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/cmake_clean.cmake +11 -11
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/flags.make +5 -5
- data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/link.txt +1 -1
- data/ext/mathematical/mtex2MML/build/CTestTestfile.cmake +3 -2
- data/ext/mathematical/mtex2MML/build/DartConfiguration.tcl +11 -18
- data/ext/mathematical/mtex2MML/build/Makefile +18 -18
- data/ext/mathematical/mtex2MML/build/cmake_install.cmake +63 -4
- data/ext/mathematical/mtex2MML/build/lexer.c +4104 -4048
- data/ext/mathematical/mtex2MML/build/libmtex2MML.a +0 -0
- data/ext/mathematical/mtex2MML/build/libmtex2MML.pc +1 -1
- data/ext/mathematical/mtex2MML/build/mtex2mml_export.h +1 -1
- data/ext/mathematical/mtex2MML/build/parser.c +3137 -3123
- data/ext/mathematical/mtex2MML/build/parser.h +32 -32
- data/ext/mathematical/mtex2MML/build/parser.output +13641 -12859
- data/lib/mathematical/version.rb +1 -1
- data/mathematical.gemspec +2 -3
- data/test/test_helper.rb +4 -1
- metadata +18 -44
- data/ext/mathematical/FindPackageHandleStandardArgs.cmake +0 -58
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CMakeCCompiler.cmake +0 -68
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CMakeCXXCompiler.cmake +0 -69
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CMakeDetermineCompilerABI_C.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CompilerIdC/CMakeCCompilerId.c +0 -561
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +0 -533
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CMakeDetermineCompilerABI_CXX.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CMakeSystem.cmake +0 -15
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CompilerIdC/a.out +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CompilerIdCXX/a.out +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.bin +0 -0
- data/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.c +0 -34
- data/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.cxx +0 -405
@@ -1,6 +1,6 @@
|
|
1
1
|
# This is the CMakeCache file.
|
2
|
-
# For build in directory: /Users/gjtorikian/
|
3
|
-
# It was generated by CMake: /usr/local/Cellar/cmake/3.
|
2
|
+
# For build in directory: /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build
|
3
|
+
# It was generated by CMake: /usr/local/Cellar/cmake/3.15.5/bin/cmake
|
4
4
|
# You can edit this file to change values found and used by cmake.
|
5
5
|
# If you do not want to change any of the values, simply exit the editor.
|
6
6
|
# If you do want to change a value, simply edit, save, and exit the editor.
|
@@ -33,66 +33,67 @@ BUILD_TESTING:BOOL=ON
|
|
33
33
|
BZRCOMMAND:FILEPATH=BZRCOMMAND-NOTFOUND
|
34
34
|
|
35
35
|
//Path to a program.
|
36
|
-
CMAKE_AR:FILEPATH=/
|
36
|
+
CMAKE_AR:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar
|
37
37
|
|
38
|
-
//Choose the type of build, options are: None
|
39
|
-
//
|
38
|
+
//Choose the type of build, options are: None Debug Release RelWithDebInfo
|
39
|
+
// MinSizeRel ...
|
40
40
|
CMAKE_BUILD_TYPE:STRING=
|
41
41
|
|
42
42
|
//Enable/Disable color output during build.
|
43
43
|
CMAKE_COLOR_MAKEFILE:BOOL=ON
|
44
44
|
|
45
45
|
//CXX compiler
|
46
|
-
CMAKE_CXX_COMPILER:FILEPATH=/
|
46
|
+
CMAKE_CXX_COMPILER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++
|
47
47
|
|
48
|
-
//Flags used by the compiler during all build types.
|
48
|
+
//Flags used by the CXX compiler during all build types.
|
49
49
|
CMAKE_CXX_FLAGS:STRING=
|
50
50
|
|
51
|
-
//Flags used by the compiler during
|
51
|
+
//Flags used by the CXX compiler during DEBUG builds.
|
52
52
|
CMAKE_CXX_FLAGS_DEBUG:STRING=-g
|
53
53
|
|
54
|
-
//Flags used by the compiler during
|
55
|
-
// size.
|
54
|
+
//Flags used by the CXX compiler during MINSIZEREL builds.
|
56
55
|
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
57
56
|
|
58
|
-
//Flags used by the compiler during
|
57
|
+
//Flags used by the CXX compiler during RELEASE builds.
|
59
58
|
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
60
59
|
|
61
|
-
//Flags used by the compiler during
|
60
|
+
//Flags used by the CXX compiler during RELWITHDEBINFO builds.
|
62
61
|
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
63
62
|
|
64
63
|
//C compiler
|
65
|
-
CMAKE_C_COMPILER:FILEPATH=/
|
64
|
+
CMAKE_C_COMPILER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
|
66
65
|
|
67
|
-
//Flags used by the compiler during all build types.
|
66
|
+
//Flags used by the C compiler during all build types.
|
68
67
|
CMAKE_C_FLAGS:STRING=
|
69
68
|
|
70
|
-
//Flags used by the compiler during
|
69
|
+
//Flags used by the C compiler during DEBUG builds.
|
71
70
|
CMAKE_C_FLAGS_DEBUG:STRING=-g
|
72
71
|
|
73
|
-
//Flags used by the compiler during
|
74
|
-
// size.
|
72
|
+
//Flags used by the C compiler during MINSIZEREL builds.
|
75
73
|
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
|
76
74
|
|
77
|
-
//Flags used by the compiler during
|
75
|
+
//Flags used by the C compiler during RELEASE builds.
|
78
76
|
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
|
79
77
|
|
80
|
-
//Flags used by the compiler during
|
78
|
+
//Flags used by the C compiler during RELWITHDEBINFO builds.
|
81
79
|
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
|
82
80
|
|
83
|
-
//
|
81
|
+
//Executable file format
|
82
|
+
CMAKE_EXECUTABLE_FORMAT:STRING=MACHO
|
83
|
+
|
84
|
+
//Flags used by the linker during all build types.
|
84
85
|
CMAKE_EXE_LINKER_FLAGS:STRING=
|
85
86
|
|
86
|
-
//Flags used by the linker during
|
87
|
+
//Flags used by the linker during DEBUG builds.
|
87
88
|
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
|
88
89
|
|
89
|
-
//Flags used by the linker during
|
90
|
+
//Flags used by the linker during MINSIZEREL builds.
|
90
91
|
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
|
91
92
|
|
92
|
-
//Flags used by the linker during
|
93
|
+
//Flags used by the linker during RELEASE builds.
|
93
94
|
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
|
94
95
|
|
95
|
-
//Flags used by the linker during
|
96
|
+
//Flags used by the linker during RELWITHDEBINFO builds.
|
96
97
|
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
97
98
|
|
98
99
|
//Enable/Disable output of compile commands during generation.
|
@@ -105,34 +106,39 @@ CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool
|
|
105
106
|
CMAKE_INSTALL_PREFIX:PATH=/usr/local
|
106
107
|
|
107
108
|
//Path to a program.
|
108
|
-
CMAKE_LINKER:FILEPATH=/
|
109
|
+
CMAKE_LINKER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
|
109
110
|
|
110
111
|
//Path to a program.
|
111
112
|
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
|
112
113
|
|
113
|
-
//Flags used by the linker during the creation of modules
|
114
|
+
//Flags used by the linker during the creation of modules during
|
115
|
+
// all build types.
|
114
116
|
CMAKE_MODULE_LINKER_FLAGS:STRING=
|
115
117
|
|
116
|
-
//Flags used by the linker during
|
118
|
+
//Flags used by the linker during the creation of modules during
|
119
|
+
// DEBUG builds.
|
117
120
|
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
|
118
121
|
|
119
|
-
//Flags used by the linker during
|
122
|
+
//Flags used by the linker during the creation of modules during
|
123
|
+
// MINSIZEREL builds.
|
120
124
|
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
|
121
125
|
|
122
|
-
//Flags used by the linker during
|
126
|
+
//Flags used by the linker during the creation of modules during
|
127
|
+
// RELEASE builds.
|
123
128
|
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
|
124
129
|
|
125
|
-
//Flags used by the linker during
|
130
|
+
//Flags used by the linker during the creation of modules during
|
131
|
+
// RELWITHDEBINFO builds.
|
126
132
|
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
127
133
|
|
128
134
|
//Path to a program.
|
129
|
-
CMAKE_NM:FILEPATH=/
|
135
|
+
CMAKE_NM:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm
|
130
136
|
|
131
137
|
//Path to a program.
|
132
138
|
CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND
|
133
139
|
|
134
140
|
//Path to a program.
|
135
|
-
CMAKE_OBJDUMP:FILEPATH=/
|
141
|
+
CMAKE_OBJDUMP:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump
|
136
142
|
|
137
143
|
//Build architectures for OSX
|
138
144
|
CMAKE_OSX_ARCHITECTURES:STRING=
|
@@ -143,27 +149,38 @@ CMAKE_OSX_DEPLOYMENT_TARGET:STRING=
|
|
143
149
|
|
144
150
|
//The product will be built against the headers and libraries located
|
145
151
|
// inside the indicated SDK.
|
146
|
-
CMAKE_OSX_SYSROOT:
|
152
|
+
CMAKE_OSX_SYSROOT:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk
|
153
|
+
|
154
|
+
//Value Computed by CMake
|
155
|
+
CMAKE_PROJECT_DESCRIPTION:STATIC=
|
156
|
+
|
157
|
+
//Value Computed by CMake
|
158
|
+
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
|
147
159
|
|
148
160
|
//Value Computed by CMake
|
149
161
|
CMAKE_PROJECT_NAME:STATIC=mtex2MML
|
150
162
|
|
151
163
|
//Path to a program.
|
152
|
-
CMAKE_RANLIB:FILEPATH=/
|
164
|
+
CMAKE_RANLIB:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib
|
153
165
|
|
154
|
-
//Flags used by the linker during the creation of
|
166
|
+
//Flags used by the linker during the creation of shared libraries
|
167
|
+
// during all build types.
|
155
168
|
CMAKE_SHARED_LINKER_FLAGS:STRING=
|
156
169
|
|
157
|
-
//Flags used by the linker during
|
170
|
+
//Flags used by the linker during the creation of shared libraries
|
171
|
+
// during DEBUG builds.
|
158
172
|
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
|
159
173
|
|
160
|
-
//Flags used by the linker during
|
174
|
+
//Flags used by the linker during the creation of shared libraries
|
175
|
+
// during MINSIZEREL builds.
|
161
176
|
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
|
162
177
|
|
163
|
-
//Flags used by the linker during
|
178
|
+
//Flags used by the linker during the creation of shared libraries
|
179
|
+
// during RELEASE builds.
|
164
180
|
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
|
165
181
|
|
166
|
-
//Flags used by the linker during
|
182
|
+
//Flags used by the linker during the creation of shared libraries
|
183
|
+
// during RELWITHDEBINFO builds.
|
167
184
|
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
168
185
|
|
169
186
|
//If set, runtime paths are not added when installing shared libraries,
|
@@ -173,23 +190,28 @@ CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
|
|
173
190
|
//If set, runtime paths are not added when using shared libraries.
|
174
191
|
CMAKE_SKIP_RPATH:BOOL=NO
|
175
192
|
|
176
|
-
//Flags used by the linker during the creation of static libraries
|
193
|
+
//Flags used by the linker during the creation of static libraries
|
194
|
+
// during all build types.
|
177
195
|
CMAKE_STATIC_LINKER_FLAGS:STRING=
|
178
196
|
|
179
|
-
//Flags used by the linker during
|
197
|
+
//Flags used by the linker during the creation of static libraries
|
198
|
+
// during DEBUG builds.
|
180
199
|
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
|
181
200
|
|
182
|
-
//Flags used by the linker during
|
201
|
+
//Flags used by the linker during the creation of static libraries
|
202
|
+
// during MINSIZEREL builds.
|
183
203
|
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
|
184
204
|
|
185
|
-
//Flags used by the linker during
|
205
|
+
//Flags used by the linker during the creation of static libraries
|
206
|
+
// during RELEASE builds.
|
186
207
|
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
|
187
208
|
|
188
|
-
//Flags used by the linker during
|
209
|
+
//Flags used by the linker during the creation of static libraries
|
210
|
+
// during RELWITHDEBINFO builds.
|
189
211
|
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
|
190
212
|
|
191
213
|
//Path to a program.
|
192
|
-
CMAKE_STRIP:FILEPATH=/
|
214
|
+
CMAKE_STRIP:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip
|
193
215
|
|
194
216
|
//If this value is on, makefiles will be generated without the
|
195
217
|
// .SILENT directive, and all commands will be echoed to the console
|
@@ -235,13 +257,13 @@ GITCOMMAND:FILEPATH=/usr/local/bin/git
|
|
235
257
|
HGCOMMAND:FILEPATH=/usr/local/bin/hg
|
236
258
|
|
237
259
|
//Where to install headers to.
|
238
|
-
INCLUDE_INSTALL_DIR:PATH=include
|
260
|
+
INCLUDE_INSTALL_DIR:PATH=include/mtex2MML
|
239
261
|
|
240
262
|
//Where to install libraries to.
|
241
263
|
LIB_INSTALL_DIR:PATH=lib
|
242
264
|
|
243
265
|
//Command to build the project
|
244
|
-
MAKECOMMAND:STRING=/usr/local/Cellar/cmake/3.
|
266
|
+
MAKECOMMAND:STRING=/usr/local/Cellar/cmake/3.15.5/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}" -- -i
|
245
267
|
|
246
268
|
//Path to the memory checking command, used for memory error detection.
|
247
269
|
MEMORYCHECK_COMMAND:FILEPATH=MEMORYCHECK_COMMAND-NOTFOUND
|
@@ -258,12 +280,8 @@ P4COMMAND:FILEPATH=P4COMMAND-NOTFOUND
|
|
258
280
|
//Path to a program.
|
259
281
|
PYTHON_EXECUTABLE:FILEPATH=/usr/local/bin/python
|
260
282
|
|
261
|
-
//Path to scp command, used by CTest for submitting results to
|
262
|
-
// a Dart server
|
263
|
-
SCPCOMMAND:FILEPATH=/usr/bin/scp
|
264
|
-
|
265
283
|
//Name of the computer/site where compile is being run
|
266
|
-
SITE:STRING=Odradek
|
284
|
+
SITE:STRING=Odradek
|
267
285
|
|
268
286
|
//Path to the SLURM sbatch executable
|
269
287
|
SLURM_SBATCH_COMMAND:FILEPATH=SLURM_SBATCH_COMMAND-NOTFOUND
|
@@ -274,20 +292,11 @@ SLURM_SRUN_COMMAND:FILEPATH=SLURM_SRUN_COMMAND-NOTFOUND
|
|
274
292
|
//Path to a program.
|
275
293
|
SVNCOMMAND:FILEPATH=/usr/bin/svn
|
276
294
|
|
277
|
-
//Use HIDDEN visibility support if available.
|
278
|
-
USE_COMPILER_HIDDEN_VISIBILITY:BOOL=ON
|
279
|
-
|
280
|
-
//Dependencies for target
|
281
|
-
libmtex2MML_LIB_DEPENDS:STATIC=
|
282
|
-
|
283
|
-
//Dependencies for target
|
284
|
-
libmtex2MML_static_LIB_DEPENDS:STATIC=
|
285
|
-
|
286
295
|
//Value Computed by CMake
|
287
|
-
mtex2MML_BINARY_DIR:STATIC=/Users/gjtorikian/
|
296
|
+
mtex2MML_BINARY_DIR:STATIC=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build
|
288
297
|
|
289
298
|
//Value Computed by CMake
|
290
|
-
mtex2MML_SOURCE_DIR:STATIC=/Users/gjtorikian/
|
299
|
+
mtex2MML_SOURCE_DIR:STATIC=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML
|
291
300
|
|
292
301
|
|
293
302
|
########################
|
@@ -301,23 +310,23 @@ BZRCOMMAND-ADVANCED:INTERNAL=1
|
|
301
310
|
//ADVANCED property for variable: CMAKE_AR
|
302
311
|
CMAKE_AR-ADVANCED:INTERNAL=1
|
303
312
|
//This is the directory where this CMakeCache.txt was created
|
304
|
-
CMAKE_CACHEFILE_DIR:INTERNAL=/Users/gjtorikian/
|
313
|
+
CMAKE_CACHEFILE_DIR:INTERNAL=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build
|
305
314
|
//Major version of cmake used to create the current loaded cache
|
306
315
|
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
|
307
316
|
//Minor version of cmake used to create the current loaded cache
|
308
|
-
CMAKE_CACHE_MINOR_VERSION:INTERNAL=
|
317
|
+
CMAKE_CACHE_MINOR_VERSION:INTERNAL=15
|
309
318
|
//Patch version of cmake used to create the current loaded cache
|
310
|
-
CMAKE_CACHE_PATCH_VERSION:INTERNAL=
|
319
|
+
CMAKE_CACHE_PATCH_VERSION:INTERNAL=5
|
311
320
|
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
|
312
321
|
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
|
313
322
|
//Path to CMake executable.
|
314
|
-
CMAKE_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.
|
323
|
+
CMAKE_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.15.5/bin/cmake
|
315
324
|
//Path to cpack program executable.
|
316
|
-
CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.
|
325
|
+
CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.15.5/bin/cpack
|
317
326
|
//ADVANCED property for variable: CMAKE_CTEST_COMMAND
|
318
327
|
CMAKE_CTEST_COMMAND-ADVANCED:INTERNAL=1
|
319
328
|
//Path to ctest program executable.
|
320
|
-
CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.
|
329
|
+
CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.15.5/bin/ctest
|
321
330
|
//ADVANCED property for variable: CMAKE_CXX_COMPILER
|
322
331
|
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
|
323
332
|
//ADVANCED property for variable: CMAKE_CXX_FLAGS
|
@@ -343,9 +352,7 @@ CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
|
|
343
352
|
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
|
344
353
|
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
|
345
354
|
//Path to cache edit program executable.
|
346
|
-
CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.
|
347
|
-
//Executable file format
|
348
|
-
CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
|
355
|
+
CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.15.5/bin/ccmake
|
349
356
|
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
|
350
357
|
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
351
358
|
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
|
@@ -362,13 +369,15 @@ CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
|
|
362
369
|
CMAKE_EXTRA_GENERATOR:INTERNAL=
|
363
370
|
//Name of generator.
|
364
371
|
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
|
372
|
+
//Generator instance identifier.
|
373
|
+
CMAKE_GENERATOR_INSTANCE:INTERNAL=
|
365
374
|
//Name of generator platform.
|
366
375
|
CMAKE_GENERATOR_PLATFORM:INTERNAL=
|
367
376
|
//Name of generator toolset.
|
368
377
|
CMAKE_GENERATOR_TOOLSET:INTERNAL=
|
369
378
|
//Source directory with the top level CMakeLists.txt file for this
|
370
379
|
// project
|
371
|
-
CMAKE_HOME_DIRECTORY:INTERNAL=/Users/gjtorikian/
|
380
|
+
CMAKE_HOME_DIRECTORY:INTERNAL=/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML
|
372
381
|
//ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL
|
373
382
|
CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1
|
374
383
|
//ADVANCED property for variable: CMAKE_LINKER
|
@@ -398,7 +407,7 @@ CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
|
|
398
407
|
//ADVANCED property for variable: CMAKE_RANLIB
|
399
408
|
CMAKE_RANLIB-ADVANCED:INTERNAL=1
|
400
409
|
//Path to CMake installation.
|
401
|
-
CMAKE_ROOT:INTERNAL=/usr/local/Cellar/cmake/3.
|
410
|
+
CMAKE_ROOT:INTERNAL=/usr/local/Cellar/cmake/3.15.5/share/cmake
|
402
411
|
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
|
403
412
|
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
|
404
413
|
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
|
@@ -456,7 +465,7 @@ FIND_PACKAGE_MESSAGE_DETAILS_BISON:INTERNAL=[/usr/bin/bison][v2.3()]
|
|
456
465
|
//Details about finding FLEX
|
457
466
|
FIND_PACKAGE_MESSAGE_DETAILS_FLEX:INTERNAL=[/usr/bin/flex][v2.5.35()]
|
458
467
|
//Details about finding PythonInterp
|
459
|
-
FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/usr/local/bin/python][v2.7.
|
468
|
+
FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[/usr/local/bin/python][v2.7.17()]
|
460
469
|
//ADVANCED property for variable: FLEX_EXECUTABLE
|
461
470
|
FLEX_EXECUTABLE-ADVANCED:INTERNAL=1
|
462
471
|
//ADVANCED property for variable: FLEX_INCLUDE_DIR
|
@@ -477,8 +486,6 @@ MEMORYCHECK_SUPPRESSIONS_FILE-ADVANCED:INTERNAL=1
|
|
477
486
|
P4COMMAND-ADVANCED:INTERNAL=1
|
478
487
|
//ADVANCED property for variable: PYTHON_EXECUTABLE
|
479
488
|
PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1
|
480
|
-
//ADVANCED property for variable: SCPCOMMAND
|
481
|
-
SCPCOMMAND-ADVANCED:INTERNAL=1
|
482
489
|
//ADVANCED property for variable: SITE
|
483
490
|
SITE-ADVANCED:INTERNAL=1
|
484
491
|
//ADVANCED property for variable: SLURM_SBATCH_COMMAND
|
@@ -487,6 +494,4 @@ SLURM_SBATCH_COMMAND-ADVANCED:INTERNAL=1
|
|
487
494
|
SLURM_SRUN_COMMAND-ADVANCED:INTERNAL=1
|
488
495
|
//ADVANCED property for variable: SVNCOMMAND
|
489
496
|
SVNCOMMAND-ADVANCED:INTERNAL=1
|
490
|
-
//ADVANCED property for variable: USE_COMPILER_HIDDEN_VISIBILITY
|
491
|
-
USE_COMPILER_HIDDEN_VISIBILITY-ADVANCED:INTERNAL=1
|
492
497
|
|
@@ -1,7 +1,8 @@
|
|
1
|
-
set(CMAKE_C_COMPILER "/
|
1
|
+
set(CMAKE_C_COMPILER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc")
|
2
2
|
set(CMAKE_C_COMPILER_ARG1 "")
|
3
3
|
set(CMAKE_C_COMPILER_ID "AppleClang")
|
4
|
-
set(CMAKE_C_COMPILER_VERSION "
|
4
|
+
set(CMAKE_C_COMPILER_VERSION "11.0.0.11000033")
|
5
|
+
set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
|
5
6
|
set(CMAKE_C_COMPILER_WRAPPER "")
|
6
7
|
set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "11")
|
7
8
|
set(CMAKE_C_COMPILE_FEATURES "c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert")
|
@@ -11,11 +12,17 @@ set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert")
|
|
11
12
|
|
12
13
|
set(CMAKE_C_PLATFORM_ID "Darwin")
|
13
14
|
set(CMAKE_C_SIMULATE_ID "")
|
15
|
+
set(CMAKE_C_COMPILER_FRONTEND_VARIANT "")
|
14
16
|
set(CMAKE_C_SIMULATE_VERSION "")
|
15
17
|
|
16
|
-
|
17
|
-
|
18
|
-
set(
|
18
|
+
|
19
|
+
|
20
|
+
set(CMAKE_AR "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar")
|
21
|
+
set(CMAKE_C_COMPILER_AR "")
|
22
|
+
set(CMAKE_RANLIB "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib")
|
23
|
+
set(CMAKE_C_COMPILER_RANLIB "")
|
24
|
+
set(CMAKE_LINKER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld")
|
25
|
+
set(CMAKE_MT "")
|
19
26
|
set(CMAKE_COMPILER_IS_GNUCC )
|
20
27
|
set(CMAKE_C_COMPILER_LOADED 1)
|
21
28
|
set(CMAKE_C_COMPILER_WORKS TRUE)
|
@@ -63,6 +70,7 @@ endif()
|
|
63
70
|
|
64
71
|
|
65
72
|
|
73
|
+
set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include")
|
66
74
|
set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "")
|
67
|
-
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib;/usr/
|
68
|
-
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/
|
75
|
+
set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/local/opt/openssl/lib;/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib")
|
76
|
+
set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks")
|
@@ -1,22 +1,30 @@
|
|
1
|
-
set(CMAKE_CXX_COMPILER "/
|
1
|
+
set(CMAKE_CXX_COMPILER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++")
|
2
2
|
set(CMAKE_CXX_COMPILER_ARG1 "")
|
3
3
|
set(CMAKE_CXX_COMPILER_ID "AppleClang")
|
4
|
-
set(CMAKE_CXX_COMPILER_VERSION "
|
4
|
+
set(CMAKE_CXX_COMPILER_VERSION "11.0.0.11000033")
|
5
|
+
set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
|
5
6
|
set(CMAKE_CXX_COMPILER_WRAPPER "")
|
6
7
|
set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "98")
|
7
|
-
set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17")
|
8
|
+
set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20")
|
8
9
|
set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
|
9
10
|
set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates")
|
10
11
|
set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates")
|
11
12
|
set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17")
|
13
|
+
set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20")
|
12
14
|
|
13
15
|
set(CMAKE_CXX_PLATFORM_ID "Darwin")
|
14
16
|
set(CMAKE_CXX_SIMULATE_ID "")
|
17
|
+
set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "")
|
15
18
|
set(CMAKE_CXX_SIMULATE_VERSION "")
|
16
19
|
|
17
|
-
|
18
|
-
|
19
|
-
set(
|
20
|
+
|
21
|
+
|
22
|
+
set(CMAKE_AR "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar")
|
23
|
+
set(CMAKE_CXX_COMPILER_AR "")
|
24
|
+
set(CMAKE_RANLIB "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib")
|
25
|
+
set(CMAKE_CXX_COMPILER_RANLIB "")
|
26
|
+
set(CMAKE_LINKER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld")
|
27
|
+
set(CMAKE_MT "")
|
20
28
|
set(CMAKE_COMPILER_IS_GNUCXX )
|
21
29
|
set(CMAKE_CXX_COMPILER_LOADED 1)
|
22
30
|
set(CMAKE_CXX_COMPILER_WORKS TRUE)
|
@@ -65,6 +73,7 @@ endif()
|
|
65
73
|
|
66
74
|
|
67
75
|
|
76
|
+
set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include")
|
68
77
|
set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "c++")
|
69
|
-
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib;/usr/
|
70
|
-
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/
|
78
|
+
set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/local/opt/openssl/lib;/Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib")
|
79
|
+
set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks")
|