SHA256
10
0
forked from pool/mathgl
Files
mathgl/mathgl-texmf-dir.patch

31 lines
1.5 KiB
Diff
Raw Permalink Normal View History

Index: mathgl-2.4.4+svn1661/mgltex/CMakeLists.txt
===================================================================
--- mathgl-2.4.4+svn1661.orig/mgltex/CMakeLists.txt
+++ mathgl-2.4.4+svn1661/mgltex/CMakeLists.txt
@@ -10,15 +10,6 @@ find_program(findmktexlsr mktexlsr)
if(NOT findmktexlsr)
message(SEND_ERROR "Couldn't find mktexlsr needed for LATEX example install.")
endif(NOT findmktexlsr)
-execute_process(
- COMMAND ${findkpsewhich} -var-value=TEXMFLOCAL
- OUTPUT_VARIABLE TEXMFLOCALDIR
- RESULT_VARIABLE TEXMFLOCAL_ERR
- OUTPUT_STRIP_TRAILING_WHITESPACE
-)
-if(NOT TEXMFLOCALDIR)
- message(SEND_ERROR "Couldn't find TEXMFLOCAL directory.")
-endif(NOT TEXMFLOCALDIR)
# set(extramgl Axis_projection Vectorial)
@@ -49,6 +40,6 @@ get_directory_property(mglconv_clean ADD
set(mglconv_clean ${mglconv_clean} scripts mgltex.sty sample.tex sample.aux sample.log)
set_directory_properties(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES "${mglconv_clean}")
Accepting request 517396 from home:badshah400:branches:science - Update to version 2.4.1: * Add beltc plot, which is belt with manual coloring. * Add style '~' for plot and tens to omit some points at output. * Add style ':' for axis to draw lines through point (0,0,0). * Miscellaneous bugfixes. - Changes from version 2.4.0: * Add mgllab executable, which is FLTK based version of UDAV. * Add string manipulation in MGL language: - 'str'[n] - get string of only n-th symbol; - 'str'+v - add value v to the last character of the string; - 'str',val or 'str',!val - append numeric value to the string * Add time value to MGL language in format: 'hh-mm-ss_DD.MM.YYYY' or 'hh-mm-ss' or 'DD.MM.YYYY'. * Add iris plot to show cross-dependencies of several data arrays. * Add flame2d to draw flame fractals. * Add bbox to set bounding box for 2D output. * Add section to get part of data between specified values. * Add detect to found curves along data maximums. * Add dilate to extend the region of 1-th value. * Add erode to narrow the region of 1-th value. * Add apde to solve PDE equation in inhomogeneous nonlinear media with spatial dispersion. * Add symbol to draw the glyphs defined by addsymbol. * Add addsymbol to declare user-defined symbol (or glyph), which can be used as markers for plot (with style '&') or drawn itself by symbol command. * Add openhdf to open all data arrays from HDF file. * Extend crop to cut to optimal size for FFT (i.e. to closest of 2^n*3^m*5^l). OBS-URL: https://build.opensuse.org/request/show/517396 OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=83
2017-08-22 19:15:00 +00:00
-install(FILES ${MathGL2_BINARY_DIR}/mgltex/mgltex.sty DESTINATION ${TEXMFLOCALDIR}/tex/latex/mgltex/)
-install(FILES sample.tex mgltex.pdf ${MathGL2_BINARY_DIR}/mgltex/sample.pdf DESTINATION ${TEXMFLOCALDIR}/doc/latex/mgltex/)
-install(CODE "execute_process(COMMAND ${findmktexlsr} ${TEXMFLOCALDIR})")
Accepting request 517396 from home:badshah400:branches:science - Update to version 2.4.1: * Add beltc plot, which is belt with manual coloring. * Add style '~' for plot and tens to omit some points at output. * Add style ':' for axis to draw lines through point (0,0,0). * Miscellaneous bugfixes. - Changes from version 2.4.0: * Add mgllab executable, which is FLTK based version of UDAV. * Add string manipulation in MGL language: - 'str'[n] - get string of only n-th symbol; - 'str'+v - add value v to the last character of the string; - 'str',val or 'str',!val - append numeric value to the string * Add time value to MGL language in format: 'hh-mm-ss_DD.MM.YYYY' or 'hh-mm-ss' or 'DD.MM.YYYY'. * Add iris plot to show cross-dependencies of several data arrays. * Add flame2d to draw flame fractals. * Add bbox to set bounding box for 2D output. * Add section to get part of data between specified values. * Add detect to found curves along data maximums. * Add dilate to extend the region of 1-th value. * Add erode to narrow the region of 1-th value. * Add apde to solve PDE equation in inhomogeneous nonlinear media with spatial dispersion. * Add symbol to draw the glyphs defined by addsymbol. * Add addsymbol to declare user-defined symbol (or glyph), which can be used as markers for plot (with style '&') or drawn itself by symbol command. * Add openhdf to open all data arrays from HDF file. * Extend crop to cut to optimal size for FFT (i.e. to closest of 2^n*3^m*5^l). OBS-URL: https://build.opensuse.org/request/show/517396 OBS-URL: https://build.opensuse.org/package/show/science/mathgl?expand=0&rev=83
2017-08-22 19:15:00 +00:00
+install(FILES ${MathGL2_BINARY_DIR}/mgltex/mgltex.sty DESTINATION ${TEXMFDIR}/tex/latex/mgltex/)
+install(FILES sample.tex mgltex.pdf ${MathGL2_BINARY_DIR}/mgltex/sample.pdf DESTINATION ${TEXMFDIR}/doc/latex/mgltex/)
+install(CODE "execute_process(COMMAND ${findmktexlsr} ${TEXMFDIR})")