Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Whitney Armstrong
physica
Commits
21e8efbd
Commit
21e8efbd
authored
Jul 28, 2016
by
Whitney Armstrong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modified: ../gplot/Makefile
modified: Makefile modified: physica.journal modified: run-physica
parent
45f79150
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
8 deletions
+27
-8
gplot/Makefile
gplot/Makefile
+2
-2
physica/Makefile
physica/Makefile
+2
-2
physica/physica.journal
physica/physica.journal
+20
-2
physica/run-physica
physica/run-physica
+3
-2
No files found.
gplot/Makefile
View file @
21e8efbd
...
...
@@ -11,7 +11,7 @@ TOP_DIR = $(shell pwd)/..
# you shouldn't have to change anything below here
CC
=
gcc
-fdiagnostics-color
=
always
CFLAGS
=
-g
CFLAGS
=
-g
-I
/
$(HOME)
/include
GCC_VERSION
:=
$(
shell
$(CC)
--version
|head
-1
|awk
-F
" "
'{printf $$3
}
'
|awk
-F
"."
'{printf $$1}'
)
...
...
@@ -30,7 +30,7 @@ EXAMPLES_DIR = $(GPLOT_DIR)/examples
GPLOT_LIB
=
$(GPLOT_DIR)
/libgplot.a
# OTHER_LIBS is needed to make the examples
OTHER_LIBS
=
-lX11
-lpthread
-lX11
OTHER_LIBS
=
-L
$(HOME)
/lib64
-lgd
-lX11
-lpthread
-lX11
-L
$(HOME)
/lib64
-lgd
#/usr/lib/x86_64-linux-gnu/libX11.a
FSRCS
=
$(GPLOT_DIR)
/src/amsinit.F
\
...
...
physica/Makefile
View file @
21e8efbd
...
...
@@ -55,8 +55,8 @@ GPLOT_LIB = $(GPLOT_DIR)/libgplot.a
MUD_LIB
=
$(MUD_DIR)
/lib/libmud.a
PHYSICA_LIB
=
$(PHYSICA_DIR)
/physica.a
INCLUDES
=
-I
/usr/X11R6/include
-I
/usr/local/include
OTHER_LIBS
=
-L
/usr/lib
-lX11
-lgd
-lpng
-lz
-lreadline
-lncurses
-lnsl
-lpthread
INCLUDES
=
-I
/usr/X11R6/include
-I
/usr/local/include
-I
/
$(HOME)
/include
OTHER_LIBS
=
-L
/usr/lib
-lX11
-L
$(HOME)
/lib64
-lgd
$(HOME)
/lib64/libgd.a
-lpng
-lz
-lreadline
-lncurses
-lnsl
-lpthread
FSRCS
=
$(PHYSICA_DIR)
/src/acm624.F
\
$(PHYSICA_DIR)
/src/acm626.F
\
...
...
physica/physica.journal
View file @
21e8efbd
...
...
@@ -5,7 +5,7 @@
*** All rights reserved ***
*** ***
*** Enter NEWS to get the latest information on new commands and features ***
*** Latest news added on
********************
***
*** Latest news added on
October 23, 2007
***
*** Journal file: physica.journal ***
*** ***
*** UNAUTHORIZED COMMERCIAL USE IS STRICTLY PROHIBITED ***
...
...
@@ -14,5 +14,23 @@
*** Extrema. See www.extremasoftware.com ***
*** ***
********************************************************************************
User: w
hit
Date: 28-Jul-2016 1
8:42:10
User: w
armstrong
Date: 28-Jul-2016 1
9:17:27
Default graphics hardcopy device: PostScript: colour, paper size A
PHYSICA: colour
Current colour = WHITE
Current pen number = 1
The colour choices are:
Black White Red Green Blue Yellow Cyan Magenta White
0 1 2 3 4 5 6 7 8
PHYSICA: 0
invalid command
PHYSICA: 1
invalid command
PHYSICA: Black
invalid command
PHYSICA: q
invalid command
PHYSICA: exit
physica/run-physica
View file @
21e8efbd
...
...
@@ -3,10 +3,11 @@
# shell script to set environment variables and run physica
#
# PHYSICA_DIR is where the physica executable, help and news files are located
export
PHYSICA_DIR
=
"/triumfcs/trshare/chuma/private/physica"
DIR
=
"
$(
cd
"
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
"
&&
pwd
)
"
export
PHYSICA_DIR
=
$DIR
#
# TRIUMF_FONTS is where the vaxfont.dat file is located
export
TRIUMF_FONTS
=
"
/triumfcs/trshare/chuma/private
/gplot"
export
TRIUMF_FONTS
=
"
$DIR
/..
/gplot"
#
# run the physica program
$PHYSICA_DIR
/physica
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment