Skip to content

Commit

Permalink
Merge branch 'refs/heads/Ver.2.0_w_PVR' into Ver.2.0_alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
hiromatsui committed Nov 26, 2024
2 parents 1460f10 + 31beda2 commit 4955c2b
Show file tree
Hide file tree
Showing 399 changed files with 69,093 additions and 415 deletions.
1 change: 0 additions & 1 deletion .licensing.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"examples/**",
"doxygen/**",
"**/*m4",
"**/CMakeLists.txt",
"config.guess",
"config.sub",
"configure",
Expand Down
6 changes: 6 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ BLAS_LIBS = @BLAS_LIBS@
#
ZLIB_CFLAGS = @ZLIB_CFLAGS@
ZLIB_LIBS = @ZLIB_LIBS@
PNG_CFLAGS = @PNG_CFLAGS@
PNG_LIBS = @PNG_LIBS@
#
# FFTW3 settings
#
Expand Down Expand Up @@ -101,6 +103,8 @@ depends: $(MAKE_MOD_DEP)
BLAS_LIBS="$(BLAS_LIBS)" \
ZLIB_CFLAGS="$(ZLIB_CFLAGS)" \
ZLIB_LIBS="$(ZLIB_LIBS)" \
PNG_CFLAGS="$(PNG_CFLAGS)" \
PNG_LIBS="$(PNG_LIBS)" \
FFTW3_CFLAGS="$(FFTW3_CFLAGS)" \
FFTW3_LIBS="$(FFTW3_LIBS)" \
HDF5_FFLAGS="$(HDF5_FFLAGS)" \
Expand Down Expand Up @@ -138,6 +142,8 @@ makemake: $(MAKE_MOD_DEP)
BLAS_LIBS="$(BLAS_LIBS)" \
ZLIB_CFLAGS="$(ZLIB_CFLAGS)" \
ZLIB_LIBS="$(ZLIB_LIBS)" \
PNG_CFLAGS="$(PNG_CFLAGS)" \
PNG_LIBS="$(PNG_LIBS)" \
FFTW3_CFLAGS="$(FFTW3_CFLAGS)" \
FFTW3_LIBS="$(FFTW3_LIBS)" \
HDF5_FFLAGS="$(HDF5_FFLAGS)" \
Expand Down
9 changes: 9 additions & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -4070,6 +4070,15 @@ esac
fi


# Check whether --with-libpng was given.
if test ${with_libpng+y}
then :
withval=$with_libpng; USE_libpng='yes'
else $as_nop
USE_libpng='no'
fi


{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: with-fftw3... \"${USE_fftw3}\"" >&5
printf "%s\n" "with-fftw3... \"${USE_fftw3}\"" >&6; }
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: enable-libpng...\"${USE_libpng}\"" >&5
Expand Down
Binary file modified doc/CALYPSO.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions doc/CALYPSO.tex
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ \section*{Preface}
%
\newpage
\input{tex_src/programs_CALYPSO.tex}
\input{tex_src/viz_CALYPSO.tex}

\newpage
\begin{thebibliography}{10}
Expand Down
Loading

0 comments on commit 4955c2b

Please sign in to comment.