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.
Files changed (344) hide show
  1. checksums.yaml +5 -5
  2. data/ext/mathematical/CMakeLists.txt +48 -6
  3. data/ext/mathematical/extconf.rb +11 -8
  4. data/ext/mathematical/lasem/COPYING +2 -1
  5. data/ext/mathematical/lasem/NEWS +4 -2
  6. data/ext/mathematical/lasem/configure.ac +1 -1
  7. data/ext/mathematical/lasem/lasem.doap +2 -2
  8. data/ext/mathematical/lasem/po/LINGUAS +3 -0
  9. data/ext/mathematical/lasem/po/da.po +99 -0
  10. data/ext/mathematical/lasem/po/eu.po +66 -30
  11. data/ext/mathematical/lasem/po/it.po +68 -28
  12. data/ext/mathematical/lasem/po/ro.po +64 -0
  13. data/ext/mathematical/lasem/po/tr.po +68 -28
  14. data/ext/mathematical/lasem/src/lasemrender.c +2 -2
  15. data/ext/mathematical/lasem/src/lsm.c +2 -2
  16. data/ext/mathematical/lasem/src/lsm.h +2 -2
  17. data/ext/mathematical/lasem/src/lsmattributes.c +2 -2
  18. data/ext/mathematical/lasem/src/lsmattributes.h +2 -2
  19. data/ext/mathematical/lasem/src/lsmcairo.c +2 -2
  20. data/ext/mathematical/lasem/src/lsmcairo.h +2 -2
  21. data/ext/mathematical/lasem/src/lsmdebug.c +2 -2
  22. data/ext/mathematical/lasem/src/lsmdebug.h +2 -2
  23. data/ext/mathematical/lasem/src/lsmdom.h +2 -2
  24. data/ext/mathematical/lasem/src/lsmdomcharacterdata.c +2 -2
  25. data/ext/mathematical/lasem/src/lsmdomcharacterdata.h +2 -2
  26. data/ext/mathematical/lasem/src/lsmdomdocument.c +2 -2
  27. data/ext/mathematical/lasem/src/lsmdomdocument.h +2 -2
  28. data/ext/mathematical/lasem/src/lsmdomdocumentfragment.c +2 -2
  29. data/ext/mathematical/lasem/src/lsmdomdocumentfragment.h +2 -2
  30. data/ext/mathematical/lasem/src/lsmdomelement.c +2 -2
  31. data/ext/mathematical/lasem/src/lsmdomelement.h +2 -2
  32. data/ext/mathematical/lasem/src/lsmdomentities.c +2 -2
  33. data/ext/mathematical/lasem/src/lsmdomentities.h +2 -2
  34. data/ext/mathematical/lasem/src/lsmdomimplementation.c +2 -2
  35. data/ext/mathematical/lasem/src/lsmdomimplementation.h +2 -2
  36. data/ext/mathematical/lasem/src/lsmdomnamednodemap.c +2 -2
  37. data/ext/mathematical/lasem/src/lsmdomnamednodemap.h +2 -2
  38. data/ext/mathematical/lasem/src/lsmdomnode.c +2 -2
  39. data/ext/mathematical/lasem/src/lsmdomnode.h +2 -2
  40. data/ext/mathematical/lasem/src/lsmdomnodelist.c +2 -2
  41. data/ext/mathematical/lasem/src/lsmdomnodelist.h +2 -2
  42. data/ext/mathematical/lasem/src/lsmdomparser.c +2 -2
  43. data/ext/mathematical/lasem/src/lsmdomparser.h +2 -2
  44. data/ext/mathematical/lasem/src/lsmdomtext.c +2 -2
  45. data/ext/mathematical/lasem/src/lsmdomtext.h +2 -2
  46. data/ext/mathematical/lasem/src/lsmdomtypes.h +2 -2
  47. data/ext/mathematical/lasem/src/lsmdomview.c +2 -2
  48. data/ext/mathematical/lasem/src/lsmdomview.h +2 -2
  49. data/ext/mathematical/lasem/src/lsmitex.c +2 -2
  50. data/ext/mathematical/lasem/src/lsmitex.h +2 -2
  51. data/ext/mathematical/lasem/src/lsmmathml.h +2 -2
  52. data/ext/mathematical/lasem/src/lsmmathmlactionelement.c +2 -2
  53. data/ext/mathematical/lasem/src/lsmmathmlactionelement.h +2 -2
  54. data/ext/mathematical/lasem/src/lsmmathmlaligngroupelement.c +2 -2
  55. data/ext/mathematical/lasem/src/lsmmathmlaligngroupelement.h +2 -2
  56. data/ext/mathematical/lasem/src/lsmmathmlalignmarkelement.c +2 -2
  57. data/ext/mathematical/lasem/src/lsmmathmlalignmarkelement.h +2 -2
  58. data/ext/mathematical/lasem/src/lsmmathmlattributes.c +2 -2
  59. data/ext/mathematical/lasem/src/lsmmathmlattributes.h +2 -2
  60. data/ext/mathematical/lasem/src/lsmmathmldocument.c +3 -3
  61. data/ext/mathematical/lasem/src/lsmmathmldocument.h +2 -2
  62. data/ext/mathematical/lasem/src/lsmmathmlelement.c +2 -2
  63. data/ext/mathematical/lasem/src/lsmmathmlelement.h +2 -2
  64. data/ext/mathematical/lasem/src/lsmmathmlencloseelement.c +2 -2
  65. data/ext/mathematical/lasem/src/lsmmathmlencloseelement.h +2 -2
  66. data/ext/mathematical/lasem/src/lsmmathmlenums.c +6 -2
  67. data/ext/mathematical/lasem/src/lsmmathmlenums.h +2 -2
  68. data/ext/mathematical/lasem/src/lsmmathmlerrorelement.c +2 -2
  69. data/ext/mathematical/lasem/src/lsmmathmlerrorelement.h +2 -2
  70. data/ext/mathematical/lasem/src/lsmmathmlfencedelement.c +2 -2
  71. data/ext/mathematical/lasem/src/lsmmathmlfencedelement.h +2 -2
  72. data/ext/mathematical/lasem/src/lsmmathmlfractionelement.c +2 -2
  73. data/ext/mathematical/lasem/src/lsmmathmlfractionelement.h +2 -2
  74. data/ext/mathematical/lasem/src/lsmmathmlglyphtableams.c +2 -2
  75. data/ext/mathematical/lasem/src/lsmmathmlglyphtableams.h +2 -2
  76. data/ext/mathematical/lasem/src/lsmmathmlitexelement.c +2 -2
  77. data/ext/mathematical/lasem/src/lsmmathmlitexelement.h +2 -2
  78. data/ext/mathematical/lasem/src/lsmmathmllayoututils.c +2 -2
  79. data/ext/mathematical/lasem/src/lsmmathmllayoututils.h +2 -2
  80. data/ext/mathematical/lasem/src/lsmmathmlmathelement.c +2 -2
  81. data/ext/mathematical/lasem/src/lsmmathmlmathelement.h +2 -2
  82. data/ext/mathematical/lasem/src/lsmmathmloperatordictionary.c +2 -2
  83. data/ext/mathematical/lasem/src/lsmmathmloperatordictionary.h +2 -2
  84. data/ext/mathematical/lasem/src/lsmmathmloperatorelement.c +2 -2
  85. data/ext/mathematical/lasem/src/lsmmathmloperatorelement.h +2 -2
  86. data/ext/mathematical/lasem/src/lsmmathmlpaddedelement.c +2 -2
  87. data/ext/mathematical/lasem/src/lsmmathmlpaddedelement.h +2 -2
  88. data/ext/mathematical/lasem/src/lsmmathmlphantomelement.c +2 -2
  89. data/ext/mathematical/lasem/src/lsmmathmlphantomelement.h +2 -2
  90. data/ext/mathematical/lasem/src/lsmmathmlpresentationcontainer.c +2 -2
  91. data/ext/mathematical/lasem/src/lsmmathmlpresentationcontainer.h +2 -2
  92. data/ext/mathematical/lasem/src/lsmmathmlpresentationtoken.c +2 -2
  93. data/ext/mathematical/lasem/src/lsmmathmlpresentationtoken.h +2 -2
  94. data/ext/mathematical/lasem/src/lsmmathmlradicalelement.c +2 -2
  95. data/ext/mathematical/lasem/src/lsmmathmlradicalelement.h +2 -2
  96. data/ext/mathematical/lasem/src/lsmmathmlrowelement.c +2 -2
  97. data/ext/mathematical/lasem/src/lsmmathmlrowelement.h +2 -2
  98. data/ext/mathematical/lasem/src/lsmmathmlscriptelement.c +2 -2
  99. data/ext/mathematical/lasem/src/lsmmathmlscriptelement.h +2 -2
  100. data/ext/mathematical/lasem/src/lsmmathmlsemanticselement.c +2 -2
  101. data/ext/mathematical/lasem/src/lsmmathmlsemanticselement.h +2 -2
  102. data/ext/mathematical/lasem/src/lsmmathmlspaceelement.c +2 -2
  103. data/ext/mathematical/lasem/src/lsmmathmlspaceelement.h +2 -2
  104. data/ext/mathematical/lasem/src/lsmmathmlstringelement.c +2 -2
  105. data/ext/mathematical/lasem/src/lsmmathmlstringelement.h +2 -2
  106. data/ext/mathematical/lasem/src/lsmmathmlstyle.c +2 -2
  107. data/ext/mathematical/lasem/src/lsmmathmlstyle.h +2 -2
  108. data/ext/mathematical/lasem/src/lsmmathmlstyleelement.c +2 -2
  109. data/ext/mathematical/lasem/src/lsmmathmlstyleelement.h +2 -2
  110. data/ext/mathematical/lasem/src/lsmmathmltablecellelement.c +2 -2
  111. data/ext/mathematical/lasem/src/lsmmathmltablecellelement.h +2 -2
  112. data/ext/mathematical/lasem/src/lsmmathmltableelement.c +2 -2
  113. data/ext/mathematical/lasem/src/lsmmathmltableelement.h +2 -2
  114. data/ext/mathematical/lasem/src/lsmmathmltablerowelement.c +2 -2
  115. data/ext/mathematical/lasem/src/lsmmathmltablerowelement.h +2 -2
  116. data/ext/mathematical/lasem/src/lsmmathmltraits.c +2 -2
  117. data/ext/mathematical/lasem/src/lsmmathmltraits.h +2 -2
  118. data/ext/mathematical/lasem/src/lsmmathmltypes.h +2 -2
  119. data/ext/mathematical/lasem/src/lsmmathmlunderoverelement.c +2 -2
  120. data/ext/mathematical/lasem/src/lsmmathmlunderoverelement.h +2 -2
  121. data/ext/mathematical/lasem/src/lsmmathmlutils.c +2 -2
  122. data/ext/mathematical/lasem/src/lsmmathmlutils.h +2 -2
  123. data/ext/mathematical/lasem/src/lsmmathmlview.c +2 -2
  124. data/ext/mathematical/lasem/src/lsmmathmlview.h +2 -2
  125. data/ext/mathematical/lasem/src/lsmproperties.c +2 -2
  126. data/ext/mathematical/lasem/src/lsmproperties.h +2 -2
  127. data/ext/mathematical/lasem/src/lsmstr.c +2 -2
  128. data/ext/mathematical/lasem/src/lsmstr.h +2 -2
  129. data/ext/mathematical/lasem/src/lsmsvg.h +2 -2
  130. data/ext/mathematical/lasem/src/lsmsvgaelement.c +2 -2
  131. data/ext/mathematical/lasem/src/lsmsvgaelement.h +2 -2
  132. data/ext/mathematical/lasem/src/lsmsvgattributes.h +2 -2
  133. data/ext/mathematical/lasem/src/lsmsvgcircleelement.c +2 -2
  134. data/ext/mathematical/lasem/src/lsmsvgcircleelement.h +2 -2
  135. data/ext/mathematical/lasem/src/lsmsvgclippathelement.c +2 -2
  136. data/ext/mathematical/lasem/src/lsmsvgclippathelement.h +2 -2
  137. data/ext/mathematical/lasem/src/lsmsvgcolors.c +2 -2
  138. data/ext/mathematical/lasem/src/lsmsvgcolors.h +2 -2
  139. data/ext/mathematical/lasem/src/lsmsvgdefselement.c +2 -2
  140. data/ext/mathematical/lasem/src/lsmsvgdefselement.h +2 -2
  141. data/ext/mathematical/lasem/src/lsmsvgdocument.c +2 -2
  142. data/ext/mathematical/lasem/src/lsmsvgdocument.h +2 -2
  143. data/ext/mathematical/lasem/src/lsmsvgelement.c +2 -2
  144. data/ext/mathematical/lasem/src/lsmsvgelement.h +2 -3
  145. data/ext/mathematical/lasem/src/lsmsvgellipseelement.c +2 -2
  146. data/ext/mathematical/lasem/src/lsmsvgellipseelement.h +2 -2
  147. data/ext/mathematical/lasem/src/lsmsvgenums.c +2 -2
  148. data/ext/mathematical/lasem/src/lsmsvgenums.h +2 -2
  149. data/ext/mathematical/lasem/src/lsmsvgfilterblend.c +2 -2
  150. data/ext/mathematical/lasem/src/lsmsvgfilterblend.h +2 -2
  151. data/ext/mathematical/lasem/src/lsmsvgfiltercolormatrix.c +2 -2
  152. data/ext/mathematical/lasem/src/lsmsvgfiltercolormatrix.h +2 -2
  153. data/ext/mathematical/lasem/src/lsmsvgfiltercomposite.c +2 -2
  154. data/ext/mathematical/lasem/src/lsmsvgfiltercomposite.h +2 -2
  155. data/ext/mathematical/lasem/src/lsmsvgfilterconvolvematrix.c +2 -2
  156. data/ext/mathematical/lasem/src/lsmsvgfilterconvolvematrix.h +2 -2
  157. data/ext/mathematical/lasem/src/lsmsvgfilterdisplacementmap.c +2 -2
  158. data/ext/mathematical/lasem/src/lsmsvgfilterdisplacementmap.h +2 -2
  159. data/ext/mathematical/lasem/src/lsmsvgfilterelement.c +2 -2
  160. data/ext/mathematical/lasem/src/lsmsvgfilterelement.h +2 -2
  161. data/ext/mathematical/lasem/src/lsmsvgfilterflood.c +2 -2
  162. data/ext/mathematical/lasem/src/lsmsvgfilterflood.h +2 -2
  163. data/ext/mathematical/lasem/src/lsmsvgfiltergaussianblur.c +2 -2
  164. data/ext/mathematical/lasem/src/lsmsvgfiltergaussianblur.h +2 -2
  165. data/ext/mathematical/lasem/src/lsmsvgfilterimage.c +6 -4
  166. data/ext/mathematical/lasem/src/lsmsvgfilterimage.h +2 -2
  167. data/ext/mathematical/lasem/src/lsmsvgfiltermerge.c +2 -2
  168. data/ext/mathematical/lasem/src/lsmsvgfiltermerge.h +2 -2
  169. data/ext/mathematical/lasem/src/lsmsvgfiltermergenode.c +2 -2
  170. data/ext/mathematical/lasem/src/lsmsvgfiltermergenode.h +2 -2
  171. data/ext/mathematical/lasem/src/lsmsvgfiltermorphology.c +2 -2
  172. data/ext/mathematical/lasem/src/lsmsvgfiltermorphology.h +2 -2
  173. data/ext/mathematical/lasem/src/lsmsvgfilteroffset.c +2 -2
  174. data/ext/mathematical/lasem/src/lsmsvgfilteroffset.h +2 -2
  175. data/ext/mathematical/lasem/src/lsmsvgfilterprimitive.c +2 -2
  176. data/ext/mathematical/lasem/src/lsmsvgfilterprimitive.h +2 -2
  177. data/ext/mathematical/lasem/src/lsmsvgfilterspecularlighting.c +2 -2
  178. data/ext/mathematical/lasem/src/lsmsvgfilterspecularlighting.h +2 -2
  179. data/ext/mathematical/lasem/src/lsmsvgfiltersurface.c +2 -2
  180. data/ext/mathematical/lasem/src/lsmsvgfiltersurface.h +2 -2
  181. data/ext/mathematical/lasem/src/lsmsvgfiltertile.c +2 -2
  182. data/ext/mathematical/lasem/src/lsmsvgfiltertile.h +2 -2
  183. data/ext/mathematical/lasem/src/lsmsvgfilterturbulence.c +2 -2
  184. data/ext/mathematical/lasem/src/lsmsvgfilterturbulence.h +2 -2
  185. data/ext/mathematical/lasem/src/lsmsvggelement.c +2 -2
  186. data/ext/mathematical/lasem/src/lsmsvggelement.h +2 -2
  187. data/ext/mathematical/lasem/src/lsmsvggradientelement.c +2 -2
  188. data/ext/mathematical/lasem/src/lsmsvggradientelement.h +2 -2
  189. data/ext/mathematical/lasem/src/lsmsvgimageelement.c +2 -2
  190. data/ext/mathematical/lasem/src/lsmsvgimageelement.h +2 -2
  191. data/ext/mathematical/lasem/src/lsmsvglength.c +2 -2
  192. data/ext/mathematical/lasem/src/lsmsvglength.h +2 -2
  193. data/ext/mathematical/lasem/src/lsmsvglineargradientelement.c +2 -2
  194. data/ext/mathematical/lasem/src/lsmsvglineargradientelement.h +2 -2
  195. data/ext/mathematical/lasem/src/lsmsvglineelement.c +2 -2
  196. data/ext/mathematical/lasem/src/lsmsvglineelement.h +2 -2
  197. data/ext/mathematical/lasem/src/lsmsvgmarkerelement.c +2 -2
  198. data/ext/mathematical/lasem/src/lsmsvgmarkerelement.h +2 -2
  199. data/ext/mathematical/lasem/src/lsmsvgmaskelement.c +2 -2
  200. data/ext/mathematical/lasem/src/lsmsvgmaskelement.h +2 -2
  201. data/ext/mathematical/lasem/src/lsmsvgmatrix.c +2 -2
  202. data/ext/mathematical/lasem/src/lsmsvgmatrix.h +2 -2
  203. data/ext/mathematical/lasem/src/lsmsvgpathelement.c +2 -2
  204. data/ext/mathematical/lasem/src/lsmsvgpathelement.h +2 -2
  205. data/ext/mathematical/lasem/src/lsmsvgpatternelement.c +2 -2
  206. data/ext/mathematical/lasem/src/lsmsvgpatternelement.h +2 -2
  207. data/ext/mathematical/lasem/src/lsmsvgpolygonelement.c +2 -2
  208. data/ext/mathematical/lasem/src/lsmsvgpolygonelement.h +2 -2
  209. data/ext/mathematical/lasem/src/lsmsvgpolylineelement.c +2 -2
  210. data/ext/mathematical/lasem/src/lsmsvgpolylineelement.h +2 -2
  211. data/ext/mathematical/lasem/src/lsmsvgradialgradientelement.c +2 -2
  212. data/ext/mathematical/lasem/src/lsmsvgradialgradientelement.h +2 -2
  213. data/ext/mathematical/lasem/src/lsmsvgrectelement.c +2 -2
  214. data/ext/mathematical/lasem/src/lsmsvgrectelement.h +2 -2
  215. data/ext/mathematical/lasem/src/lsmsvgstopelement.c +2 -2
  216. data/ext/mathematical/lasem/src/lsmsvgstopelement.h +2 -2
  217. data/ext/mathematical/lasem/src/lsmsvgstyle.c +2 -2
  218. data/ext/mathematical/lasem/src/lsmsvgstyle.h +2 -2
  219. data/ext/mathematical/lasem/src/lsmsvgsvgelement.c +2 -2
  220. data/ext/mathematical/lasem/src/lsmsvgsvgelement.h +2 -2
  221. data/ext/mathematical/lasem/src/lsmsvgswitchelement.c +2 -2
  222. data/ext/mathematical/lasem/src/lsmsvgswitchelement.h +2 -2
  223. data/ext/mathematical/lasem/src/lsmsvgsymbolelement.c +2 -2
  224. data/ext/mathematical/lasem/src/lsmsvgsymbolelement.h +2 -2
  225. data/ext/mathematical/lasem/src/lsmsvgtextelement.c +2 -2
  226. data/ext/mathematical/lasem/src/lsmsvgtextelement.h +2 -2
  227. data/ext/mathematical/lasem/src/lsmsvgtraits.c +2 -2
  228. data/ext/mathematical/lasem/src/lsmsvgtraits.h +2 -2
  229. data/ext/mathematical/lasem/src/lsmsvgtransformable.c +2 -2
  230. data/ext/mathematical/lasem/src/lsmsvgtransformable.h +2 -2
  231. data/ext/mathematical/lasem/src/lsmsvgtspanelement.c +2 -2
  232. data/ext/mathematical/lasem/src/lsmsvgtspanelement.h +2 -2
  233. data/ext/mathematical/lasem/src/lsmsvgtypes.h +2 -2
  234. data/ext/mathematical/lasem/src/lsmsvguseelement.c +2 -2
  235. data/ext/mathematical/lasem/src/lsmsvguseelement.h +2 -2
  236. data/ext/mathematical/lasem/src/lsmsvgview.c +2 -2
  237. data/ext/mathematical/lasem/src/lsmsvgview.h +2 -2
  238. data/ext/mathematical/lasem/src/lsmtraits.c +2 -2
  239. data/ext/mathematical/lasem/src/lsmtraits.h +2 -2
  240. data/ext/mathematical/lasem/src/lsmtypes.h +2 -2
  241. data/ext/mathematical/lasem/src/lsmutils.c +2 -2
  242. data/ext/mathematical/lasem/src/lsmutils.h +2 -2
  243. data/ext/mathematical/lasem/tests/lsmtest.c +1 -3
  244. data/ext/mathematical/lasem/tests/suite.c +1 -2
  245. data/ext/mathematical/lasem_overrides.c +3 -0
  246. data/ext/mathematical/lib/liblasem.dylib +0 -0
  247. data/ext/mathematical/lib/libmtex2MML.a +0 -0
  248. data/ext/mathematical/mtex2MML/build/CMakeCache.txt +84 -79
  249. data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CMakeCCompiler.cmake +15 -7
  250. data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CMakeCXXCompiler.cmake +17 -8
  251. data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CMakeDetermineCompilerABI_C.bin +0 -0
  252. data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.7.2 → 3.15.5}/CMakeDetermineCompilerABI_CXX.bin +0 -0
  253. data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.7.2 → 3.15.5}/CMakeSystem.cmake +4 -4
  254. data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CompilerIdC/CMakeCCompilerId.c +135 -37
  255. data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.7.2 → 3.15.5}/CompilerIdC/a.out +0 -0
  256. data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.8.0 → 3.15.5}/CompilerIdCXX/CMakeCXXCompilerId.cpp +143 -38
  257. data/ext/mathematical/mtex2MML/build/CMakeFiles/{3.7.2 → 3.15.5}/CompilerIdCXX/a.out +0 -0
  258. data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeDirectoryInformation.cmake +3 -3
  259. data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeOutput.log +250 -939
  260. data/ext/mathematical/mtex2MML/build/CMakeFiles/CMakeRuleHashes.txt +33 -33
  261. data/ext/mathematical/mtex2MML/build/CMakeFiles/Continuous.dir/build.make +7 -7
  262. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousBuild.dir/build.make +7 -7
  263. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousConfigure.dir/build.make +7 -7
  264. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousCoverage.dir/build.make +7 -7
  265. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousMemCheck.dir/build.make +7 -7
  266. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousStart.dir/build.make +7 -7
  267. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousSubmit.dir/build.make +7 -7
  268. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousTest.dir/build.make +7 -7
  269. data/ext/mathematical/mtex2MML/build/CMakeFiles/ContinuousUpdate.dir/build.make +7 -7
  270. data/ext/mathematical/mtex2MML/build/CMakeFiles/Experimental.dir/build.make +7 -7
  271. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalBuild.dir/build.make +7 -7
  272. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalConfigure.dir/build.make +7 -7
  273. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalCoverage.dir/build.make +7 -7
  274. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalMemCheck.dir/build.make +7 -7
  275. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalStart.dir/build.make +7 -7
  276. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalSubmit.dir/build.make +7 -7
  277. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalTest.dir/build.make +7 -7
  278. data/ext/mathematical/mtex2MML/build/CMakeFiles/ExperimentalUpdate.dir/build.make +7 -7
  279. data/ext/mathematical/mtex2MML/build/CMakeFiles/Makefile.cmake +113 -109
  280. data/ext/mathematical/mtex2MML/build/CMakeFiles/Makefile2 +149 -278
  281. data/ext/mathematical/mtex2MML/build/CMakeFiles/Nightly.dir/build.make +7 -7
  282. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyBuild.dir/build.make +7 -7
  283. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyConfigure.dir/build.make +7 -7
  284. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyCoverage.dir/build.make +7 -7
  285. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemCheck.dir/build.make +7 -7
  286. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyMemoryCheck.dir/build.make +7 -7
  287. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyStart.dir/build.make +7 -7
  288. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlySubmit.dir/build.make +7 -7
  289. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyTest.dir/build.make +7 -7
  290. data/ext/mathematical/mtex2MML/build/CMakeFiles/NightlyUpdate.dir/build.make +7 -7
  291. data/ext/mathematical/mtex2MML/build/CMakeFiles/TargetDirectories.txt +41 -41
  292. data/ext/mathematical/mtex2MML/build/CMakeFiles/format.dir/build.make +7 -7
  293. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/DependInfo.cmake +11 -10
  294. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/build.make +39 -126
  295. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/cmake_clean.cmake +6 -6
  296. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/flags.make +5 -5
  297. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML.dir/link.txt +1 -1
  298. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/C.includecache +42 -42
  299. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/DependInfo.cmake +9 -9
  300. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/build.make +39 -126
  301. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/cmake_clean.cmake +6 -6
  302. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/depend.internal +25 -25
  303. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/depend.make +1 -1
  304. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/flags.make +5 -5
  305. data/ext/mathematical/mtex2MML/build/CMakeFiles/libmtex2MML_static.dir/link.txt +2 -2
  306. data/ext/mathematical/mtex2MML/build/CMakeFiles/memcheck.dir/build.make +6 -6
  307. data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/DependInfo.cmake +10 -10
  308. data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/build.make +43 -142
  309. data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/cmake_clean.cmake +7 -7
  310. data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/flags.make +5 -5
  311. data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML.dir/link.txt +1 -1
  312. data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/DependInfo.cmake +26 -26
  313. data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/build.make +113 -404
  314. data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/cmake_clean.cmake +11 -11
  315. data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/flags.make +5 -5
  316. data/ext/mathematical/mtex2MML/build/CMakeFiles/mtex2MML_clar.dir/link.txt +1 -1
  317. data/ext/mathematical/mtex2MML/build/CTestTestfile.cmake +3 -2
  318. data/ext/mathematical/mtex2MML/build/DartConfiguration.tcl +11 -18
  319. data/ext/mathematical/mtex2MML/build/Makefile +18 -18
  320. data/ext/mathematical/mtex2MML/build/cmake_install.cmake +63 -4
  321. data/ext/mathematical/mtex2MML/build/lexer.c +4104 -4048
  322. data/ext/mathematical/mtex2MML/build/libmtex2MML.a +0 -0
  323. data/ext/mathematical/mtex2MML/build/libmtex2MML.pc +1 -1
  324. data/ext/mathematical/mtex2MML/build/mtex2mml_export.h +1 -1
  325. data/ext/mathematical/mtex2MML/build/parser.c +3137 -3123
  326. data/ext/mathematical/mtex2MML/build/parser.h +32 -32
  327. data/ext/mathematical/mtex2MML/build/parser.output +13641 -12859
  328. data/lib/mathematical/version.rb +1 -1
  329. data/mathematical.gemspec +2 -3
  330. data/test/test_helper.rb +4 -1
  331. metadata +18 -44
  332. data/ext/mathematical/FindPackageHandleStandardArgs.cmake +0 -58
  333. data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CMakeCCompiler.cmake +0 -68
  334. data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CMakeCXXCompiler.cmake +0 -69
  335. data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CMakeDetermineCompilerABI_C.bin +0 -0
  336. data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CompilerIdC/CMakeCCompilerId.c +0 -561
  337. data/ext/mathematical/mtex2MML/build/CMakeFiles/3.7.2/CompilerIdCXX/CMakeCXXCompilerId.cpp +0 -533
  338. data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CMakeDetermineCompilerABI_CXX.bin +0 -0
  339. data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CMakeSystem.cmake +0 -15
  340. data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CompilerIdC/a.out +0 -0
  341. data/ext/mathematical/mtex2MML/build/CMakeFiles/3.8.0/CompilerIdCXX/a.out +0 -0
  342. data/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.bin +0 -0
  343. data/ext/mathematical/mtex2MML/build/CMakeFiles/feature_tests.c +0 -34
  344. 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/Developer/mathematical/ext/mathematical/mtex2MML/build
3
- # It was generated by CMake: /usr/local/Cellar/cmake/3.8.0/bin/cmake
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=/Library/Developer/CommandLineTools/usr/bin/ar
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(CMAKE_CXX_FLAGS or
39
- // CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
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=/Library/Developer/CommandLineTools/usr/bin/c++
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 debug builds.
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 release builds for minimum
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 release builds.
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 release builds with debug info.
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=/Library/Developer/CommandLineTools/usr/bin/cc
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 debug builds.
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 release builds for minimum
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 release builds.
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 release builds with debug info.
78
+ //Flags used by the C compiler during RELWITHDEBINFO builds.
81
79
  CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
82
80
 
83
- //Flags used by the linker.
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 debug builds.
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 release minsize builds.
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 release builds.
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 Release with Debug Info builds.
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=/Library/Developer/CommandLineTools/usr/bin/ld
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 debug builds.
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 release minsize builds.
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 release builds.
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 Release with Debug Info builds.
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=/Library/Developer/CommandLineTools/usr/bin/nm
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=/Library/Developer/CommandLineTools/usr/bin/objdump
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:STRING=
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=/Library/Developer/CommandLineTools/usr/bin/ranlib
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 dll's.
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 debug builds.
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 release minsize builds.
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 release builds.
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 Release with Debug Info builds.
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 debug builds.
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 release minsize builds.
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 release builds.
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 Release with Debug Info builds.
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=/Library/Developer/CommandLineTools/usr/bin/strip
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.7.2/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}" -- -i
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.hsd1.ca.comcast.net
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/Developer/mathematical/ext/mathematical/mtex2MML/build
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/Developer/mathematical/ext/mathematical/mtex2MML
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/Developer/mathematical/ext/mathematical/mtex2MML/build
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=8
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=0
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.8.0/bin/cmake
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.8.0/bin/cpack
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.8.0/bin/ctest
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.7.2/bin/ccmake
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/Developer/mathematical/ext/mathematical/mtex2MML
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.8.0/share/cmake
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.13()]
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 "/Library/Developer/CommandLineTools/usr/bin/cc")
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 "8.1.0.8020042")
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
- set(CMAKE_AR "/Library/Developer/CommandLineTools/usr/bin/ar")
17
- set(CMAKE_RANLIB "/Library/Developer/CommandLineTools/usr/bin/ranlib")
18
- set(CMAKE_LINKER "/Library/Developer/CommandLineTools/usr/bin/ld")
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/local/lib")
68
- set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/Library/Frameworks;/System/Library/Frameworks")
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 "/Library/Developer/CommandLineTools/usr/bin/c++")
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 "8.1.0.8020042")
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
- set(CMAKE_AR "/Library/Developer/CommandLineTools/usr/bin/ar")
18
- set(CMAKE_RANLIB "/Library/Developer/CommandLineTools/usr/bin/ranlib")
19
- set(CMAKE_LINKER "/Library/Developer/CommandLineTools/usr/bin/ld")
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/local/lib")
70
- set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/Library/Frameworks;/System/Library/Frameworks")
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")