An open API service indexing awesome lists of open source software.

https://github.com/mlund/xmgr-resurrection

Patched XMGR plotting program for 64-bit machines
https://github.com/mlund/xmgr-resurrection

abandonware c graph math motif plotting wysiwyg xmgrace

Last synced: 7 months ago
JSON representation

Patched XMGR plotting program for 64-bit machines

Awesome Lists containing this project

README

          

Xmgr 4.1.2 - Resurrection
=========================

This is a patched version of the abandoned
[xmgr 4.1.2](http://plasma-gate.weizmann.ac.il/Xmgr)
plotting program that fixes 64-bit related bugs.
We have also changed the build system to
[CMake](http://www.cmake.org), allowing compilation on
32-bit and 64-bit unix systems such as linux and macos x.

Related information:

-
-

Building and installation
-------------------------

cmake . -DCMAKE_INSTALL_PREFIX=/usr/local
make
make install

Required depenencies can typically be satisfied with:

- Debian based linux distributions:
~~~
apt install build-essential libice-dev libx11-dev libmotif-dev libxmu-dev libxpm-dev libtirpc-dev
~~~
- Homebrew/Mac:
~~~
brew install libice libx11 openmotif libmotif-dev libxmu libxpm
~~~

Why?
----

Because some cannot come to terms with the updated
[Grace](http://plasma-gate.weizmann.ac.il/Grace) user
interface and would rather stick to xmgr (development
frozen in 1998).

M. Ullner and M. Lund, 2012-2022

Copyright notice
----------------

~~~~
Copyright (c) 1991-95 Paul J Turner, Portland, OR
Copyright (c) 1996-98 ACE/gr Development Team

Currently maintained by Evgeny Stambulchik, Rehovot, Israel

All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted, provided
that the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting
documentation.

PAUL J TURNER AND OTHER CONTRIBUTORS DISCLAIM ALL WARRANTIES WITH REGARD TO
THIS SOFTWARE, INCLUDING, BUT NOT LIMITED TO, ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL PAUL J TURNER OR CURRENT
MAINTAINER BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTUOUS ACTION, ARISING OUT
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
~~~~