#5408: Add Aquaterm Driver to PGPLOT ---------------------+-------------------------------- Reporter: m@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.2 Resolution: fixed | Keywords: Port: pgplot | ---------------------+-------------------------------- Changes (by ryandesign@…): * port: => pgplot Old description:
AquaTerm already include the driver it just needs to be added to PGPLOT build.
AquaTerm stuff is in share/aquaterm/pgplot after AquaTerm has been installed. Instructions are there as well.
From the readme it looks like you would have to just copy a couple files over and then patch the compiler config to merge the current with the AquaTerm enabled one.
This is from the ReadMe: 0) get pgplot sources: http://www.astro.caltech.edu/~tjp/pgplot/ 1) create dir pgplot/sys_macosx if it doesn't exist 2) copy *.conf files to pgplot/sys_macosx 3) copy aqdriv.m to pgplot/drivers 4) edit drivers.list (line 8) to include: AQDRIV 0 /AQT AquaTerm.app under Mac OS X C 5) edit makemake (line 103) to include: AQDRIV="aqdriv.o" 6) create dir pgplot_obj next to (NOT INSIDE!) pgplot 7) cd to pgplot_obj 8) do ../pgplot/makemake ../pgplot macosx g77_gcc_AQT or ../pgplot/makemake ../pgplot macosx xlf_gcc_AQT depending on Fortran compiler 9) uncomment any other driver that you want in pgplot_obj/drivers.list (NOTE pgp lot_obj) 10) ../pgplot/makemake ../pgplot macosx {g77, xlf}_gcc_AQT 11) make 12) Do try the demos, particularly pgdemo13 and pgdemo17 ;-) 13) make install
New description: AquaTerm already include the driver it just needs to be added to PGPLOT build. AquaTerm stuff is in share/aquaterm/pgplot after AquaTerm has been installed. Instructions are there as well. From the readme it looks like you would have to just copy a couple files over and then patch the compiler config to merge the current with the AquaTerm enabled one. This is from the ReadMe: {{{ 0) get pgplot sources: http://www.astro.caltech.edu/~tjp/pgplot/ 1) create dir pgplot/sys_macosx if it doesn't exist 2) copy *.conf files to pgplot/sys_macosx 3) copy aqdriv.m to pgplot/drivers 4) edit drivers.list (line 8) to include: AQDRIV 0 /AQT AquaTerm.app under Mac OS X C 5) edit makemake (line 103) to include: AQDRIV="aqdriv.o" 6) create dir pgplot_obj next to (NOT INSIDE!) pgplot 7) cd to pgplot_obj 8) do ../pgplot/makemake ../pgplot macosx g77_gcc_AQT or ../pgplot/makemake ../pgplot macosx xlf_gcc_AQT depending on Fortran compiler 9) uncomment any other driver that you want in pgplot_obj/drivers.list (NOTE pgp lot_obj) 10) ../pgplot/makemake ../pgplot macosx {g77, xlf}_gcc_AQT 11) make 12) Do try the demos, particularly pgdemo13 and pgdemo17 ;-) 13) make install }}} -- -- Ticket URL: <https://trac.macports.org/ticket/5408#comment:9> MacPorts <https://www.macports.org/> Ports system for OS X