Unverified Commit e54e0081 authored by Kevin Lyda's avatar Kevin Lyda
Browse files

fpt notes

parent 5c393ba1
Loading
Loading
Loading
Loading

util/.gitignore

0 → 100644
+1 −0
Original line number Diff line number Diff line
fpt

util/README.md

0 → 100644
+13 −0
Original line number Diff line number Diff line
## Utilities

A place for utilities for building / porting BULLETIN.

## fpt

The fpt tool is a took for porting VMS fortran to linux.  It won't do
everything, but it's a good start.  The `fpt-install` script will untar it
once it is downloaded.

See here for how to get it:

https://simconglobal.com/fpt_ref_linux_installation.html

util/fpt-install

0 → 100755
+5 −0
Original line number Diff line number Diff line
#!/bin/bash

tarball=fptilnx_4.311.tar.gz

tar xf ~/Downloads/"$tarball"