Hello John, and others,
Just wanted you to let you know. I am running a pretty default Ubuntu 20.04 desktop (with nvidia-driver-460).
I used the provided Makefile.config_Linux_Ubuntu. After
installing some additional packages like libmotif-dev and
gfortran, all make installs went without errors. yeay :)
Thanks for all the hard work!
Kind regards,
Vincent Vandeweijer
Thanks much John;
Just for your information i previously compiled the cwp_su_all_44R19.tgz without problem but after downloading the R21 and tried to compile i have the following error :
Sincere regards
Bachir
sunan.c: In function ‘main’:
sunan.c:80:7: warning: implicit declaration of function ‘isfinite’ [-Wimplicit-function-declaration]
if(!isfinite(tr.data[i])) {
^
/tmp/cct49nLD.o: In function `main':
/home/cwp/cwp/src/su/main/amplitudes/sunan.c:80: undefined reference to `isfinite'
/home/cwp/cwp/src/su/main/amplitudes/sunan.c:86: undefined reference to `isfinite'
/home/cwp/cwp/src/su/main/amplitudes/sunan.c:88: undefined reference to `isfinite'
/home/cwp/cwp/src/su/main/amplitudes/sunan.c:90: undefined reference to `isfinite'
/home/cwp/cwp/src/su/main/amplitudes/sunan.c:91: undefined reference to `isfinite'
collect2: error: ld returned 1 exit status
make[3]: [/home/cwp/cwp/bin/sunan] Error 1 (ignored)
chmod: cannot access ‘/home/cwp/cwp/bin/sunan’: No such file or directory
make[3]: *** [/home/cwp/cwp/bin/sunan] Error 1
make[3]: Leaving directory `/home/cwp/cwp/src/su/main/amplitudes'
make[2]: *** [INSTALL] Error 2
make[2]: Leaving directory `/home/cwp/cwp/src/su/main'
make[1]: *** [INSTALL] Error 2
make[1]: Leaving directory `/home/cwp/cwp/src/su'
make: *** [sustuff] Error 2
On Tue, Mar 30, 2021 at 7:17 PM John Stockwell <john.19071969@gmail.com> wrote:
_______________________________________________Dear Seismic Unix user,
I have put some fixes in for the Fortran codes and for the SFIO installations so that you should be able to install everything. Mac OS X Big Sur was a painful upgrade. As you might guess, I am preparing for Release 45.
If you have codes that can be shared under the Berkeley style license (no GPL), that is in the style of SU, but honors the existing header structure, has a demo that generates its own data, and that you would like to have included in SU, please email me at: john.19071969@gmail.com so we can discuss how best to include the code.
Thank you for using Seismic Un*x.
John Stockwell | john.19071969@gmail.com(The New Home of Seismic Un*x)
——— Release notes for 44R21 ----
Summer 2018 - Thanks to Dominque Rousset of the University of Pau,Seismic Unix distributions and other information may be found at
Installation tip. If you get error messages regarding the XDR materialsyou may need to install libtirpc from your Linux distribution.
John Stockwell retired from the Colorado School of Mines effective1 Jan 2018. He continues to work with Seismic Unix.if you have questions, or if you want to supply bug fixes or new SU code.
What is new in the SU package:
character*120 fnames(2) from fnames(3)Thanks to Fernando Roxo da MottaFortran/Raytrace3d/ktime_3d_rayq.f - ERROR of argument mismatch in twolocations.fix: added -fallow-argument-mismatch to theFFLAGS in Makefile.config_Big_Sur this might need tobe propagated to all of the Makefile.config_* and thislikely takes care of the vzestf.f error as well.
Sfio/Replaced these files with versions from the 2002 release of sfio../src/lib/sfio/Stdio_b/sprintf.c./src/lib/sfio/Stdio_b/vsprintf.c./src/lib/sfio/Stdio_s/stdsprintf.cThe make sfio should work now.
demos/Ordinary_differential_equations - has been added to go with the newordinary_differential equation items in par/main
John Stockwell | john.19071969@gmail.com(The New Home of Seismic Un*x)58 Johns-iMac.local> more news44RXXSummer 2018 - Thanks to Dominque Rousset of the University of Pau,Seismic Unix distributions and other information may be found at
Installation tip. If you get error messages regarding the XDR materialsyou may need to install libtirpc from your Linux distribution.
John Stockwell retired from the Colorado School of Mines effective1 Jan 2018. He continues to work with Seismic Unix.if you have questions, or if you want to supply bug fixes or new SU code.
What is new in the SU package:
Restructuring:par/main
is now:
par/main/aperturespar/main/cellular_automatapar/main/data_conversionpar/main/material_parameterspar/main/ordinary_differential_equationspar/main/parameter_file_utilitiespar/main/plotting_utilitiespar/main/ray_theorypar/main/refractionpar/main/resamplingpar/main/smoothingpar/main/statisticspar/main/velocity_model_buildingpar/main/velocity_perturbationpar/main/wavelet_transform
New:ramac2su - converts RAMAC GPR files to su format with a nominal geometryThanks to: Hervé Perrou,d 12/2000and Dominique Rousset, 2019of the Universith of Pauconfigs/Makefile.config_Linux_UbuntuMakefile.config_Mac_OSX_MojaveMakefile.config_Linux_Fedora_32Makefile.config_Linux_ARCHMakefile.config_MacOSX_CatalinaMakefile.config_Mac_OSX_Big_SURpar/main/ordinary_differential_equationslogisticfit.c - extract growth and carrying capacity for logisticmodelseirepidemic.c - SEIR epidemic modelsirepidemic.c - SIR epidemic modelsirdepidemic.c - SIRD epidemic modelvoltlotka.c - classic Lotka Volterra predator-prey modeldemos/Ordinary_differential_equationsEpidemiologyLogistic_EquationPredator_Prey
Fixed:su/main/amplitudes/sugain.c - fixed a but in the AGC function seen on GPR data but not apparent on seismic dataThanks to Dominique Rousset of the University of Pau
su/lib/getSPSfile.c - replaced // comments with /* comments */ owing toa problem on CENTOS version 7.Fortran/Vzest/vzestf.f - changed (about line 1119) tocharacter*120 fnames(2) from fnames(3)Thanks to Fernando Roxo da MottaFortran/Raytrace3d/ktime_3d_rayq.f - ERROR of argument mismatch in twolocations.fix: added -fallow-argument-mismatch to theFFLAGS in Makefile.config_Big_Sur this might need tobe propagated to all of the Makefile.config_* and thislikely takes care of the vzestf.f error as well.
Sfio/Replaced these files with versions from the 2002 release of sfio../src/lib/sfio/Stdio_b/sprintf.c./src/lib/sfio/Stdio_b/vsprintf.c./src/lib/sfio/Stdio_s/stdsprintf.cThe make sfio should work now.
demos/Ordinary_differential_equations - has been added to go with the newordinary_differential equation items in par/main
John Stockwell | john.19071969@gmail.com(The New Home of Seismic Unix)
Seisunix mailing list
Seisunix@mailman.seismic-unix.org
https://mailman.seismic-unix.org/listinfo/seisunix
_______________________________________________ Seisunix mailing list Seisunix@mailman.seismic-unix.org https://mailman.seismic-unix.org/listinfo/seisunix