Dear Steve,
thanks for your comments! As you noticed, the port is in a very early
stage (so is flang itself, I think).
The wrapper script is really more of a hack at the moment b/c the
actual flang executable is unaware of the location of it's libraries
and module files. So ideally I'd like ${PRE
On Sat, May 20, 2017 at 05:57:42PM -0400, Johannes M Dieterich wrote:
> Dear Steve,
>
> thanks for your comments! As you noticed, the port is in a very early
> stage (so is flang itself, I think).
Yes, I know it new. Thanks for packaging it up. My attempt
at building flang did not go to well.
Testing the new devel/flang port shows a number of issues with the
/usr/local/bin/flang wrapper routine. The contents of the wrapper are
#!/bin/sh
/usr/local/flang/bin/flang -L/usr/local/flang/lib -lflang -lflangmain \
-lflangrti -lexecinfo $@
where I have wrapped the long line.
1) Compile onl