mathematical 1.6.12 → 1.6.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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,34 +1,34 @@
|
|
|
1
1
|
# Hashes of file build rules.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
2
|
+
bd653340975d7e5a3ae3d3b883e7eb70 ../tests/clar.suite
|
|
3
|
+
c1700485cd1136538bbf4bd0c23af9ce CMakeFiles/Continuous
|
|
4
|
+
142cf53867a41906bbe930e31a0bb706 CMakeFiles/ContinuousBuild
|
|
5
|
+
b0093ff0f9c43fcc0a9fff7c5c42e0a3 CMakeFiles/ContinuousConfigure
|
|
6
|
+
52bdf48db4cf949fdf5fbbc418966d59 CMakeFiles/ContinuousCoverage
|
|
7
|
+
6dd76715f9d19b17e41b11cddb3e78e8 CMakeFiles/ContinuousMemCheck
|
|
8
|
+
2e4b77b3452889b81d0454ce093682d7 CMakeFiles/ContinuousStart
|
|
9
|
+
08fcada33cf0ee98887dde47e2cb273b CMakeFiles/ContinuousSubmit
|
|
10
|
+
1135d46b2fc8e1d68d48518e22a5de3c CMakeFiles/ContinuousTest
|
|
11
|
+
7a356a1c50aebd8615a2a513d6280d6e CMakeFiles/ContinuousUpdate
|
|
12
|
+
33b76cc710a5410d08558a61063f6589 CMakeFiles/Experimental
|
|
13
|
+
612c6059196f808cbfb8de8aac0a13f9 CMakeFiles/ExperimentalBuild
|
|
14
|
+
2bc0346caed1a6fe29b8097f4b7d1994 CMakeFiles/ExperimentalConfigure
|
|
15
|
+
c14e8a3daeaa2a6fa5bfebc9494816cb CMakeFiles/ExperimentalCoverage
|
|
16
|
+
bb0520ddc065faf21748e300c2503fa8 CMakeFiles/ExperimentalMemCheck
|
|
17
|
+
f9ca044fd753e718e1bba460ddd57029 CMakeFiles/ExperimentalStart
|
|
18
|
+
f3f0331966ae6f689c9f7803936539d7 CMakeFiles/ExperimentalSubmit
|
|
19
|
+
3562fb6ecd3b952b79f3802d4775a726 CMakeFiles/ExperimentalTest
|
|
20
|
+
70eb14a44b8a7daf7b9cc4bc36493bfc CMakeFiles/ExperimentalUpdate
|
|
21
|
+
3d7203dedc1061872439c519311d618c CMakeFiles/Nightly
|
|
22
|
+
f1fcf6bffe33e79bd74128cc4628a906 CMakeFiles/NightlyBuild
|
|
23
|
+
a04d427969459d50a5612c8cec9ad05f CMakeFiles/NightlyConfigure
|
|
24
|
+
f0962f3c3d2421c2557eec9c96a18a69 CMakeFiles/NightlyCoverage
|
|
25
|
+
c9ce0761b17bf42bef2a935c8fba6c8c CMakeFiles/NightlyMemCheck
|
|
26
|
+
7cd63c4dff88e5dcba63c8eefa922aef CMakeFiles/NightlyMemoryCheck
|
|
27
|
+
3eadaa7b64cdde50dd0582bdbf294220 CMakeFiles/NightlyStart
|
|
28
|
+
6fd3cc692001348931c2f3e48d715788 CMakeFiles/NightlySubmit
|
|
29
|
+
6fd95fd40ee74ecd3e79839b4ee3df61 CMakeFiles/NightlyTest
|
|
30
|
+
8153efa71f63beda38ef41c6e6b44ef3 CMakeFiles/NightlyUpdate
|
|
31
|
+
72b35e4c2c31f86db719820d21f39c1d CMakeFiles/format
|
|
32
|
+
09cef73bbd9c8c4a65a9408d847299a0 CMakeFiles/memcheck
|
|
33
|
+
465ce330bfed3c0650cdbf29009efeba lexer.c
|
|
34
|
+
13a0557023e2b56554dff82d66d8212e parser.c
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.
|
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
|
|
3
3
|
|
|
4
4
|
# Delete rule output on recipe failure.
|
|
5
5
|
.DELETE_ON_ERROR:
|
|
@@ -34,19 +34,19 @@ cmake_force:
|
|
|
34
34
|
SHELL = /bin/sh
|
|
35
35
|
|
|
36
36
|
# The CMake executable.
|
|
37
|
-
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.
|
|
37
|
+
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.15.5/bin/cmake
|
|
38
38
|
|
|
39
39
|
# The command to remove a file.
|
|
40
|
-
RM = /usr/local/Cellar/cmake/3.
|
|
40
|
+
RM = /usr/local/Cellar/cmake/3.15.5/bin/cmake -E remove -f
|
|
41
41
|
|
|
42
42
|
# Escaping for special characters.
|
|
43
43
|
EQUALS = =
|
|
44
44
|
|
|
45
45
|
# The top-level source directory on which CMake was run.
|
|
46
|
-
CMAKE_SOURCE_DIR = /Users/gjtorikian/
|
|
46
|
+
CMAKE_SOURCE_DIR = /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML
|
|
47
47
|
|
|
48
48
|
# The top-level build directory on which CMake was run.
|
|
49
|
-
CMAKE_BINARY_DIR = /Users/gjtorikian/
|
|
49
|
+
CMAKE_BINARY_DIR = /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build
|
|
50
50
|
|
|
51
51
|
# Utility rule file for Continuous.
|
|
52
52
|
|
|
@@ -54,7 +54,7 @@ CMAKE_BINARY_DIR = /Users/gjtorikian/Developer/mathematical/ext/mathematical/mte
|
|
|
54
54
|
include CMakeFiles/Continuous.dir/progress.make
|
|
55
55
|
|
|
56
56
|
CMakeFiles/Continuous:
|
|
57
|
-
/usr/local/Cellar/cmake/3.
|
|
57
|
+
/usr/local/Cellar/cmake/3.15.5/bin/ctest -D Continuous
|
|
58
58
|
|
|
59
59
|
Continuous: CMakeFiles/Continuous
|
|
60
60
|
Continuous: CMakeFiles/Continuous.dir/build.make
|
|
@@ -71,6 +71,6 @@ CMakeFiles/Continuous.dir/clean:
|
|
|
71
71
|
.PHONY : CMakeFiles/Continuous.dir/clean
|
|
72
72
|
|
|
73
73
|
CMakeFiles/Continuous.dir/depend:
|
|
74
|
-
cd /Users/gjtorikian/
|
|
74
|
+
cd /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/Continuous.dir/DependInfo.cmake --color=$(COLOR)
|
|
75
75
|
.PHONY : CMakeFiles/Continuous.dir/depend
|
|
76
76
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.
|
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
|
|
3
3
|
|
|
4
4
|
# Delete rule output on recipe failure.
|
|
5
5
|
.DELETE_ON_ERROR:
|
|
@@ -34,19 +34,19 @@ cmake_force:
|
|
|
34
34
|
SHELL = /bin/sh
|
|
35
35
|
|
|
36
36
|
# The CMake executable.
|
|
37
|
-
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.
|
|
37
|
+
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.15.5/bin/cmake
|
|
38
38
|
|
|
39
39
|
# The command to remove a file.
|
|
40
|
-
RM = /usr/local/Cellar/cmake/3.
|
|
40
|
+
RM = /usr/local/Cellar/cmake/3.15.5/bin/cmake -E remove -f
|
|
41
41
|
|
|
42
42
|
# Escaping for special characters.
|
|
43
43
|
EQUALS = =
|
|
44
44
|
|
|
45
45
|
# The top-level source directory on which CMake was run.
|
|
46
|
-
CMAKE_SOURCE_DIR = /Users/gjtorikian/
|
|
46
|
+
CMAKE_SOURCE_DIR = /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML
|
|
47
47
|
|
|
48
48
|
# The top-level build directory on which CMake was run.
|
|
49
|
-
CMAKE_BINARY_DIR = /Users/gjtorikian/
|
|
49
|
+
CMAKE_BINARY_DIR = /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build
|
|
50
50
|
|
|
51
51
|
# Utility rule file for ContinuousBuild.
|
|
52
52
|
|
|
@@ -54,7 +54,7 @@ CMAKE_BINARY_DIR = /Users/gjtorikian/Developer/mathematical/ext/mathematical/mte
|
|
|
54
54
|
include CMakeFiles/ContinuousBuild.dir/progress.make
|
|
55
55
|
|
|
56
56
|
CMakeFiles/ContinuousBuild:
|
|
57
|
-
/usr/local/Cellar/cmake/3.
|
|
57
|
+
/usr/local/Cellar/cmake/3.15.5/bin/ctest -D ContinuousBuild
|
|
58
58
|
|
|
59
59
|
ContinuousBuild: CMakeFiles/ContinuousBuild
|
|
60
60
|
ContinuousBuild: CMakeFiles/ContinuousBuild.dir/build.make
|
|
@@ -71,6 +71,6 @@ CMakeFiles/ContinuousBuild.dir/clean:
|
|
|
71
71
|
.PHONY : CMakeFiles/ContinuousBuild.dir/clean
|
|
72
72
|
|
|
73
73
|
CMakeFiles/ContinuousBuild.dir/depend:
|
|
74
|
-
cd /Users/gjtorikian/
|
|
74
|
+
cd /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousBuild.dir/DependInfo.cmake --color=$(COLOR)
|
|
75
75
|
.PHONY : CMakeFiles/ContinuousBuild.dir/depend
|
|
76
76
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.
|
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
|
|
3
3
|
|
|
4
4
|
# Delete rule output on recipe failure.
|
|
5
5
|
.DELETE_ON_ERROR:
|
|
@@ -34,19 +34,19 @@ cmake_force:
|
|
|
34
34
|
SHELL = /bin/sh
|
|
35
35
|
|
|
36
36
|
# The CMake executable.
|
|
37
|
-
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.
|
|
37
|
+
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.15.5/bin/cmake
|
|
38
38
|
|
|
39
39
|
# The command to remove a file.
|
|
40
|
-
RM = /usr/local/Cellar/cmake/3.
|
|
40
|
+
RM = /usr/local/Cellar/cmake/3.15.5/bin/cmake -E remove -f
|
|
41
41
|
|
|
42
42
|
# Escaping for special characters.
|
|
43
43
|
EQUALS = =
|
|
44
44
|
|
|
45
45
|
# The top-level source directory on which CMake was run.
|
|
46
|
-
CMAKE_SOURCE_DIR = /Users/gjtorikian/
|
|
46
|
+
CMAKE_SOURCE_DIR = /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML
|
|
47
47
|
|
|
48
48
|
# The top-level build directory on which CMake was run.
|
|
49
|
-
CMAKE_BINARY_DIR = /Users/gjtorikian/
|
|
49
|
+
CMAKE_BINARY_DIR = /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build
|
|
50
50
|
|
|
51
51
|
# Utility rule file for ContinuousConfigure.
|
|
52
52
|
|
|
@@ -54,7 +54,7 @@ CMAKE_BINARY_DIR = /Users/gjtorikian/Developer/mathematical/ext/mathematical/mte
|
|
|
54
54
|
include CMakeFiles/ContinuousConfigure.dir/progress.make
|
|
55
55
|
|
|
56
56
|
CMakeFiles/ContinuousConfigure:
|
|
57
|
-
/usr/local/Cellar/cmake/3.
|
|
57
|
+
/usr/local/Cellar/cmake/3.15.5/bin/ctest -D ContinuousConfigure
|
|
58
58
|
|
|
59
59
|
ContinuousConfigure: CMakeFiles/ContinuousConfigure
|
|
60
60
|
ContinuousConfigure: CMakeFiles/ContinuousConfigure.dir/build.make
|
|
@@ -71,6 +71,6 @@ CMakeFiles/ContinuousConfigure.dir/clean:
|
|
|
71
71
|
.PHONY : CMakeFiles/ContinuousConfigure.dir/clean
|
|
72
72
|
|
|
73
73
|
CMakeFiles/ContinuousConfigure.dir/depend:
|
|
74
|
-
cd /Users/gjtorikian/
|
|
74
|
+
cd /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousConfigure.dir/DependInfo.cmake --color=$(COLOR)
|
|
75
75
|
.PHONY : CMakeFiles/ContinuousConfigure.dir/depend
|
|
76
76
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.
|
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
|
|
3
3
|
|
|
4
4
|
# Delete rule output on recipe failure.
|
|
5
5
|
.DELETE_ON_ERROR:
|
|
@@ -34,19 +34,19 @@ cmake_force:
|
|
|
34
34
|
SHELL = /bin/sh
|
|
35
35
|
|
|
36
36
|
# The CMake executable.
|
|
37
|
-
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.
|
|
37
|
+
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.15.5/bin/cmake
|
|
38
38
|
|
|
39
39
|
# The command to remove a file.
|
|
40
|
-
RM = /usr/local/Cellar/cmake/3.
|
|
40
|
+
RM = /usr/local/Cellar/cmake/3.15.5/bin/cmake -E remove -f
|
|
41
41
|
|
|
42
42
|
# Escaping for special characters.
|
|
43
43
|
EQUALS = =
|
|
44
44
|
|
|
45
45
|
# The top-level source directory on which CMake was run.
|
|
46
|
-
CMAKE_SOURCE_DIR = /Users/gjtorikian/
|
|
46
|
+
CMAKE_SOURCE_DIR = /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML
|
|
47
47
|
|
|
48
48
|
# The top-level build directory on which CMake was run.
|
|
49
|
-
CMAKE_BINARY_DIR = /Users/gjtorikian/
|
|
49
|
+
CMAKE_BINARY_DIR = /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build
|
|
50
50
|
|
|
51
51
|
# Utility rule file for ContinuousCoverage.
|
|
52
52
|
|
|
@@ -54,7 +54,7 @@ CMAKE_BINARY_DIR = /Users/gjtorikian/Developer/mathematical/ext/mathematical/mte
|
|
|
54
54
|
include CMakeFiles/ContinuousCoverage.dir/progress.make
|
|
55
55
|
|
|
56
56
|
CMakeFiles/ContinuousCoverage:
|
|
57
|
-
/usr/local/Cellar/cmake/3.
|
|
57
|
+
/usr/local/Cellar/cmake/3.15.5/bin/ctest -D ContinuousCoverage
|
|
58
58
|
|
|
59
59
|
ContinuousCoverage: CMakeFiles/ContinuousCoverage
|
|
60
60
|
ContinuousCoverage: CMakeFiles/ContinuousCoverage.dir/build.make
|
|
@@ -71,6 +71,6 @@ CMakeFiles/ContinuousCoverage.dir/clean:
|
|
|
71
71
|
.PHONY : CMakeFiles/ContinuousCoverage.dir/clean
|
|
72
72
|
|
|
73
73
|
CMakeFiles/ContinuousCoverage.dir/depend:
|
|
74
|
-
cd /Users/gjtorikian/
|
|
74
|
+
cd /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousCoverage.dir/DependInfo.cmake --color=$(COLOR)
|
|
75
75
|
.PHONY : CMakeFiles/ContinuousCoverage.dir/depend
|
|
76
76
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.
|
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
|
|
3
3
|
|
|
4
4
|
# Delete rule output on recipe failure.
|
|
5
5
|
.DELETE_ON_ERROR:
|
|
@@ -34,19 +34,19 @@ cmake_force:
|
|
|
34
34
|
SHELL = /bin/sh
|
|
35
35
|
|
|
36
36
|
# The CMake executable.
|
|
37
|
-
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.
|
|
37
|
+
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.15.5/bin/cmake
|
|
38
38
|
|
|
39
39
|
# The command to remove a file.
|
|
40
|
-
RM = /usr/local/Cellar/cmake/3.
|
|
40
|
+
RM = /usr/local/Cellar/cmake/3.15.5/bin/cmake -E remove -f
|
|
41
41
|
|
|
42
42
|
# Escaping for special characters.
|
|
43
43
|
EQUALS = =
|
|
44
44
|
|
|
45
45
|
# The top-level source directory on which CMake was run.
|
|
46
|
-
CMAKE_SOURCE_DIR = /Users/gjtorikian/
|
|
46
|
+
CMAKE_SOURCE_DIR = /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML
|
|
47
47
|
|
|
48
48
|
# The top-level build directory on which CMake was run.
|
|
49
|
-
CMAKE_BINARY_DIR = /Users/gjtorikian/
|
|
49
|
+
CMAKE_BINARY_DIR = /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build
|
|
50
50
|
|
|
51
51
|
# Utility rule file for ContinuousMemCheck.
|
|
52
52
|
|
|
@@ -54,7 +54,7 @@ CMAKE_BINARY_DIR = /Users/gjtorikian/Developer/mathematical/ext/mathematical/mte
|
|
|
54
54
|
include CMakeFiles/ContinuousMemCheck.dir/progress.make
|
|
55
55
|
|
|
56
56
|
CMakeFiles/ContinuousMemCheck:
|
|
57
|
-
/usr/local/Cellar/cmake/3.
|
|
57
|
+
/usr/local/Cellar/cmake/3.15.5/bin/ctest -D ContinuousMemCheck
|
|
58
58
|
|
|
59
59
|
ContinuousMemCheck: CMakeFiles/ContinuousMemCheck
|
|
60
60
|
ContinuousMemCheck: CMakeFiles/ContinuousMemCheck.dir/build.make
|
|
@@ -71,6 +71,6 @@ CMakeFiles/ContinuousMemCheck.dir/clean:
|
|
|
71
71
|
.PHONY : CMakeFiles/ContinuousMemCheck.dir/clean
|
|
72
72
|
|
|
73
73
|
CMakeFiles/ContinuousMemCheck.dir/depend:
|
|
74
|
-
cd /Users/gjtorikian/
|
|
74
|
+
cd /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousMemCheck.dir/DependInfo.cmake --color=$(COLOR)
|
|
75
75
|
.PHONY : CMakeFiles/ContinuousMemCheck.dir/depend
|
|
76
76
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.
|
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
|
|
3
3
|
|
|
4
4
|
# Delete rule output on recipe failure.
|
|
5
5
|
.DELETE_ON_ERROR:
|
|
@@ -34,19 +34,19 @@ cmake_force:
|
|
|
34
34
|
SHELL = /bin/sh
|
|
35
35
|
|
|
36
36
|
# The CMake executable.
|
|
37
|
-
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.
|
|
37
|
+
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.15.5/bin/cmake
|
|
38
38
|
|
|
39
39
|
# The command to remove a file.
|
|
40
|
-
RM = /usr/local/Cellar/cmake/3.
|
|
40
|
+
RM = /usr/local/Cellar/cmake/3.15.5/bin/cmake -E remove -f
|
|
41
41
|
|
|
42
42
|
# Escaping for special characters.
|
|
43
43
|
EQUALS = =
|
|
44
44
|
|
|
45
45
|
# The top-level source directory on which CMake was run.
|
|
46
|
-
CMAKE_SOURCE_DIR = /Users/gjtorikian/
|
|
46
|
+
CMAKE_SOURCE_DIR = /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML
|
|
47
47
|
|
|
48
48
|
# The top-level build directory on which CMake was run.
|
|
49
|
-
CMAKE_BINARY_DIR = /Users/gjtorikian/
|
|
49
|
+
CMAKE_BINARY_DIR = /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build
|
|
50
50
|
|
|
51
51
|
# Utility rule file for ContinuousStart.
|
|
52
52
|
|
|
@@ -54,7 +54,7 @@ CMAKE_BINARY_DIR = /Users/gjtorikian/Developer/mathematical/ext/mathematical/mte
|
|
|
54
54
|
include CMakeFiles/ContinuousStart.dir/progress.make
|
|
55
55
|
|
|
56
56
|
CMakeFiles/ContinuousStart:
|
|
57
|
-
/usr/local/Cellar/cmake/3.
|
|
57
|
+
/usr/local/Cellar/cmake/3.15.5/bin/ctest -D ContinuousStart
|
|
58
58
|
|
|
59
59
|
ContinuousStart: CMakeFiles/ContinuousStart
|
|
60
60
|
ContinuousStart: CMakeFiles/ContinuousStart.dir/build.make
|
|
@@ -71,6 +71,6 @@ CMakeFiles/ContinuousStart.dir/clean:
|
|
|
71
71
|
.PHONY : CMakeFiles/ContinuousStart.dir/clean
|
|
72
72
|
|
|
73
73
|
CMakeFiles/ContinuousStart.dir/depend:
|
|
74
|
-
cd /Users/gjtorikian/
|
|
74
|
+
cd /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousStart.dir/DependInfo.cmake --color=$(COLOR)
|
|
75
75
|
.PHONY : CMakeFiles/ContinuousStart.dir/depend
|
|
76
76
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.
|
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
|
|
3
3
|
|
|
4
4
|
# Delete rule output on recipe failure.
|
|
5
5
|
.DELETE_ON_ERROR:
|
|
@@ -34,19 +34,19 @@ cmake_force:
|
|
|
34
34
|
SHELL = /bin/sh
|
|
35
35
|
|
|
36
36
|
# The CMake executable.
|
|
37
|
-
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.
|
|
37
|
+
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.15.5/bin/cmake
|
|
38
38
|
|
|
39
39
|
# The command to remove a file.
|
|
40
|
-
RM = /usr/local/Cellar/cmake/3.
|
|
40
|
+
RM = /usr/local/Cellar/cmake/3.15.5/bin/cmake -E remove -f
|
|
41
41
|
|
|
42
42
|
# Escaping for special characters.
|
|
43
43
|
EQUALS = =
|
|
44
44
|
|
|
45
45
|
# The top-level source directory on which CMake was run.
|
|
46
|
-
CMAKE_SOURCE_DIR = /Users/gjtorikian/
|
|
46
|
+
CMAKE_SOURCE_DIR = /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML
|
|
47
47
|
|
|
48
48
|
# The top-level build directory on which CMake was run.
|
|
49
|
-
CMAKE_BINARY_DIR = /Users/gjtorikian/
|
|
49
|
+
CMAKE_BINARY_DIR = /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build
|
|
50
50
|
|
|
51
51
|
# Utility rule file for ContinuousSubmit.
|
|
52
52
|
|
|
@@ -54,7 +54,7 @@ CMAKE_BINARY_DIR = /Users/gjtorikian/Developer/mathematical/ext/mathematical/mte
|
|
|
54
54
|
include CMakeFiles/ContinuousSubmit.dir/progress.make
|
|
55
55
|
|
|
56
56
|
CMakeFiles/ContinuousSubmit:
|
|
57
|
-
/usr/local/Cellar/cmake/3.
|
|
57
|
+
/usr/local/Cellar/cmake/3.15.5/bin/ctest -D ContinuousSubmit
|
|
58
58
|
|
|
59
59
|
ContinuousSubmit: CMakeFiles/ContinuousSubmit
|
|
60
60
|
ContinuousSubmit: CMakeFiles/ContinuousSubmit.dir/build.make
|
|
@@ -71,6 +71,6 @@ CMakeFiles/ContinuousSubmit.dir/clean:
|
|
|
71
71
|
.PHONY : CMakeFiles/ContinuousSubmit.dir/clean
|
|
72
72
|
|
|
73
73
|
CMakeFiles/ContinuousSubmit.dir/depend:
|
|
74
|
-
cd /Users/gjtorikian/
|
|
74
|
+
cd /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake --color=$(COLOR)
|
|
75
75
|
.PHONY : CMakeFiles/ContinuousSubmit.dir/depend
|
|
76
76
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.
|
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
|
|
3
3
|
|
|
4
4
|
# Delete rule output on recipe failure.
|
|
5
5
|
.DELETE_ON_ERROR:
|
|
@@ -34,19 +34,19 @@ cmake_force:
|
|
|
34
34
|
SHELL = /bin/sh
|
|
35
35
|
|
|
36
36
|
# The CMake executable.
|
|
37
|
-
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.
|
|
37
|
+
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.15.5/bin/cmake
|
|
38
38
|
|
|
39
39
|
# The command to remove a file.
|
|
40
|
-
RM = /usr/local/Cellar/cmake/3.
|
|
40
|
+
RM = /usr/local/Cellar/cmake/3.15.5/bin/cmake -E remove -f
|
|
41
41
|
|
|
42
42
|
# Escaping for special characters.
|
|
43
43
|
EQUALS = =
|
|
44
44
|
|
|
45
45
|
# The top-level source directory on which CMake was run.
|
|
46
|
-
CMAKE_SOURCE_DIR = /Users/gjtorikian/
|
|
46
|
+
CMAKE_SOURCE_DIR = /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML
|
|
47
47
|
|
|
48
48
|
# The top-level build directory on which CMake was run.
|
|
49
|
-
CMAKE_BINARY_DIR = /Users/gjtorikian/
|
|
49
|
+
CMAKE_BINARY_DIR = /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build
|
|
50
50
|
|
|
51
51
|
# Utility rule file for ContinuousTest.
|
|
52
52
|
|
|
@@ -54,7 +54,7 @@ CMAKE_BINARY_DIR = /Users/gjtorikian/Developer/mathematical/ext/mathematical/mte
|
|
|
54
54
|
include CMakeFiles/ContinuousTest.dir/progress.make
|
|
55
55
|
|
|
56
56
|
CMakeFiles/ContinuousTest:
|
|
57
|
-
/usr/local/Cellar/cmake/3.
|
|
57
|
+
/usr/local/Cellar/cmake/3.15.5/bin/ctest -D ContinuousTest
|
|
58
58
|
|
|
59
59
|
ContinuousTest: CMakeFiles/ContinuousTest
|
|
60
60
|
ContinuousTest: CMakeFiles/ContinuousTest.dir/build.make
|
|
@@ -71,6 +71,6 @@ CMakeFiles/ContinuousTest.dir/clean:
|
|
|
71
71
|
.PHONY : CMakeFiles/ContinuousTest.dir/clean
|
|
72
72
|
|
|
73
73
|
CMakeFiles/ContinuousTest.dir/depend:
|
|
74
|
-
cd /Users/gjtorikian/
|
|
74
|
+
cd /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousTest.dir/DependInfo.cmake --color=$(COLOR)
|
|
75
75
|
.PHONY : CMakeFiles/ContinuousTest.dir/depend
|
|
76
76
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# CMAKE generated file: DO NOT EDIT!
|
|
2
|
-
# Generated by "Unix Makefiles" Generator, CMake Version 3.
|
|
2
|
+
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
|
|
3
3
|
|
|
4
4
|
# Delete rule output on recipe failure.
|
|
5
5
|
.DELETE_ON_ERROR:
|
|
@@ -34,19 +34,19 @@ cmake_force:
|
|
|
34
34
|
SHELL = /bin/sh
|
|
35
35
|
|
|
36
36
|
# The CMake executable.
|
|
37
|
-
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.
|
|
37
|
+
CMAKE_COMMAND = /usr/local/Cellar/cmake/3.15.5/bin/cmake
|
|
38
38
|
|
|
39
39
|
# The command to remove a file.
|
|
40
|
-
RM = /usr/local/Cellar/cmake/3.
|
|
40
|
+
RM = /usr/local/Cellar/cmake/3.15.5/bin/cmake -E remove -f
|
|
41
41
|
|
|
42
42
|
# Escaping for special characters.
|
|
43
43
|
EQUALS = =
|
|
44
44
|
|
|
45
45
|
# The top-level source directory on which CMake was run.
|
|
46
|
-
CMAKE_SOURCE_DIR = /Users/gjtorikian/
|
|
46
|
+
CMAKE_SOURCE_DIR = /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML
|
|
47
47
|
|
|
48
48
|
# The top-level build directory on which CMake was run.
|
|
49
|
-
CMAKE_BINARY_DIR = /Users/gjtorikian/
|
|
49
|
+
CMAKE_BINARY_DIR = /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build
|
|
50
50
|
|
|
51
51
|
# Utility rule file for ContinuousUpdate.
|
|
52
52
|
|
|
@@ -54,7 +54,7 @@ CMAKE_BINARY_DIR = /Users/gjtorikian/Developer/mathematical/ext/mathematical/mte
|
|
|
54
54
|
include CMakeFiles/ContinuousUpdate.dir/progress.make
|
|
55
55
|
|
|
56
56
|
CMakeFiles/ContinuousUpdate:
|
|
57
|
-
/usr/local/Cellar/cmake/3.
|
|
57
|
+
/usr/local/Cellar/cmake/3.15.5/bin/ctest -D ContinuousUpdate
|
|
58
58
|
|
|
59
59
|
ContinuousUpdate: CMakeFiles/ContinuousUpdate
|
|
60
60
|
ContinuousUpdate: CMakeFiles/ContinuousUpdate.dir/build.make
|
|
@@ -71,6 +71,6 @@ CMakeFiles/ContinuousUpdate.dir/clean:
|
|
|
71
71
|
.PHONY : CMakeFiles/ContinuousUpdate.dir/clean
|
|
72
72
|
|
|
73
73
|
CMakeFiles/ContinuousUpdate.dir/depend:
|
|
74
|
-
cd /Users/gjtorikian/
|
|
74
|
+
cd /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build /Users/gjtorikian/Development/mathematical/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake --color=$(COLOR)
|
|
75
75
|
.PHONY : CMakeFiles/ContinuousUpdate.dir/depend
|
|
76
76
|
|