#7787 closed request (fixed)
RFP: OpenDX
Reported by: | fommil@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: |
Description
I noticed that there is no darwinports build of OpenDX... could somebody please port this? A fink version exists.
Change History (9)
comment:1 Changed 19 years ago by fommil@…
Summary: | Request → Request for OpenDX |
---|
comment:2 Changed 19 years ago by mww@…
Summary: | Request for OpenDX → RFE: port for OpenDX |
---|
comment:3 Changed 19 years ago by fommil@…
severity: | minor → normal |
---|
comment:4 Changed 18 years ago by rhwood@…
severity: | normal → enhancement |
---|
Make the list of bugs easier to scan.
comment:5 Changed 18 years ago by Sam.Halliday@…
adding my vote for this request... opendx in ports would be great!
comment:6 Changed 17 years ago by nox@…
Milestone: | → Port Requests |
---|---|
Priority: | Expected → Normal |
Summary: | RFE: port for OpenDX → RFP: OpenDX |
Version: | 1.2 |
comment:7 Changed 16 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
This was added in r28722.
comment:8 Changed 16 years ago by jmroot (Joshua Root)
Type: | enhancement → request |
---|
Note: See
TracTickets for help on using
tickets.
this should actually be a much simpler port than people might think. it can build using the usual GNU build procedure with only a minimal set of prerequisites: OpenMotif is enough, but you need to pass additional CPPFLAGS/LDFLAGS to point to the system X11R6 and ports OpenMotif install.
I encountered some OpenGL related linkage problems (multiple symbol nonsense) when I built... but it was only in an unnecessary component and forcing with "make -k" built the main libraries and executables ok. though, this should certainly be addressed in a more elegant manner.
Optional compile-time libraries are listed http://opendx.org/libraries.html as CDF, NetCDF, HDF and ImageMagick. However, I suggest that all optional libraries are skipped for the first few port builds. (including java support, by passing --without-javadx to ./configure)
the necessary files are:- http://opendx.npaci.edu/source/dx-4.4.0.tar.gz http://opendx.npaci.edu/source/dxsamples-4.4.0.tar.gz
and if you want java in the future, you need these jars:- http://opendx.npaci.edu/libs/netscape-java40.tar.gz http://opendx.npaci.edu/libs/cosmoplayer-jar.tar.gz