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
- Host: GitHub
- URL: https://github.com/mlund/xmgr-resurrection
- Owner: mlund
- License: other
- Created: 2013-01-12T10:45:21.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T07:56:13.000Z (about 2 years ago)
- Last Synced: 2024-03-02T08:37:46.376Z (about 2 years ago)
- Topics: abandonware, c, graph, math, motif, plotting, wysiwyg, xmgrace
- Language: C
- Size: 1.82 MB
- Stars: 11
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
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.
~~~~