Remove math/it++ per deprecation note.
This commit is contained in:
parent
e8233be519
commit
d8de8d9990
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=240223
5 changed files with 0 additions and 196 deletions
|
@ -117,7 +117,6 @@
|
|||
SUBDIR += hexcalc
|
||||
SUBDIR += igraph
|
||||
SUBDIR += isabelle
|
||||
SUBDIR += it++
|
||||
SUBDIR += itl
|
||||
SUBDIR += jacal
|
||||
SUBDIR += jags
|
||||
|
|
|
@ -1,51 +0,0 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: it++
|
||||
# Date created: Apr 3, 2003
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= it++
|
||||
PORTVERSION= 4.0.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= SF/itpp/itpp/${PORTVERSION}
|
||||
DISTNAME= itpp-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Mathematical, signal processing and communication library
|
||||
|
||||
DEPRECATED= fails to compile with up-to-date compilers, nobody really interested to maintain this
|
||||
EXPIRATION_DATE=2009-08-20
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS)
|
||||
WITH_ATLAS= yes
|
||||
.endif
|
||||
.if defined(WITH_ATLAS)
|
||||
LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas
|
||||
BLAS= -lf77blas -latlas
|
||||
.else
|
||||
LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas
|
||||
BLAS= -lblas
|
||||
.endif
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --without-lapack --without-fft
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
|
||||
USE_LDCONFIG= yes
|
||||
USE_GMAKE= yes
|
||||
USE_FORTRAN= yes
|
||||
MAN1= itpp-config.1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|[$$]{it_dir}|${LOCALBASE}|g" ${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
@${RM} -f ${PREFIX}/lib/libitpp.la \
|
||||
${PREFIX}/lib/pkgconfig/itpp.pc
|
||||
@-${RMDIR} ${PREFIX}/lib/pkgconfig
|
||||
|
||||
.include <bsd.port.post.mk>
|
|
@ -1,3 +0,0 @@
|
|||
MD5 (itpp-4.0.6.tar.gz) = f47da8c61de3dd042b94fc9b9adc345b
|
||||
SHA256 (itpp-4.0.6.tar.gz) = 36bf3a6851a9b813c3554935b91f3ba5f1f63f8beddbcf3404ae7f9efbe3c345
|
||||
SIZE (itpp-4.0.6.tar.gz) = 1245054
|
|
@ -1,5 +0,0 @@
|
|||
IT++ is a C++ library of mathematical, signal processing and communication
|
||||
system routines/functions. Its main use is in simulation of communication
|
||||
systems or for performing research in the area of communications.
|
||||
|
||||
WWW: http://itpp.sourceforge.net/
|
|
@ -1,136 +0,0 @@
|
|||
bin/itpp-config
|
||||
lib/libitpp.so
|
||||
lib/libitpp.so.6
|
||||
|
||||
include/itpp/base/algebra/cholesky.h
|
||||
include/itpp/base/algebra/det.h
|
||||
include/itpp/base/algebra/eigen.h
|
||||
include/itpp/base/algebra/inv.h
|
||||
include/itpp/base/algebra/ls_solve.h
|
||||
include/itpp/base/algebra/lu.h
|
||||
include/itpp/base/algebra/qr.h
|
||||
include/itpp/base/algebra/schur.h
|
||||
include/itpp/base/algebra/svd.h
|
||||
include/itpp/base/math/elem_math.h
|
||||
include/itpp/base/math/error.h
|
||||
include/itpp/base/math/integration.h
|
||||
include/itpp/base/math/log_exp.h
|
||||
include/itpp/base/math/min_max.h
|
||||
include/itpp/base/math/misc.h
|
||||
include/itpp/base/math/trig_hyp.h
|
||||
include/itpp/base/array.h
|
||||
include/itpp/base/bessel.h
|
||||
include/itpp/base/binary.h
|
||||
include/itpp/base/binfile.h
|
||||
include/itpp/base/blas.h
|
||||
include/itpp/base/circular_buffer.h
|
||||
include/itpp/base/converters.h
|
||||
include/itpp/base/copy_vector.h
|
||||
include/itpp/base/factory.h
|
||||
include/itpp/base/fastmath.h
|
||||
include/itpp/base/gf2mat.h
|
||||
include/itpp/base/help_functions.h
|
||||
include/itpp/base/itassert.h
|
||||
include/itpp/base/itfile.h
|
||||
include/itpp/base/ittypes.h
|
||||
include/itpp/base/mat.h
|
||||
include/itpp/base/matfunc.h
|
||||
include/itpp/base/operators.h
|
||||
include/itpp/base/parser.h
|
||||
include/itpp/base/random.h
|
||||
include/itpp/base/smat.h
|
||||
include/itpp/base/sort.h
|
||||
include/itpp/base/specmat.h
|
||||
include/itpp/base/stack.h
|
||||
include/itpp/base/svec.h
|
||||
include/itpp/base/timing.h
|
||||
include/itpp/base/vec.h
|
||||
include/itpp/comm/bch.h
|
||||
include/itpp/comm/channel.h
|
||||
include/itpp/comm/channel_code.h
|
||||
include/itpp/comm/commfunc.h
|
||||
include/itpp/comm/convcode.h
|
||||
include/itpp/comm/crc.h
|
||||
include/itpp/comm/egolay.h
|
||||
include/itpp/comm/error_counters.h
|
||||
include/itpp/comm/galois.h
|
||||
include/itpp/comm/hammcode.h
|
||||
include/itpp/comm/interleave.h
|
||||
include/itpp/comm/ldpc.h
|
||||
include/itpp/comm/llr.h
|
||||
include/itpp/comm/modulator.h
|
||||
include/itpp/comm/modulator_nd.h
|
||||
include/itpp/comm/ofdm.h
|
||||
include/itpp/comm/pulse_shape.h
|
||||
include/itpp/comm/punct_convcode.h
|
||||
include/itpp/comm/rec_syst_conv_code.h
|
||||
include/itpp/comm/reedsolomon.h
|
||||
include/itpp/comm/sequence.h
|
||||
include/itpp/comm/spread.h
|
||||
include/itpp/comm/turbo.h
|
||||
include/itpp/fixed/cfix.h
|
||||
include/itpp/fixed/cfixed.h
|
||||
include/itpp/fixed/fix.h
|
||||
include/itpp/fixed/fix_base.h
|
||||
include/itpp/fixed/fix_factory.h
|
||||
include/itpp/fixed/fix_functions.h
|
||||
include/itpp/fixed/fix_operators.h
|
||||
include/itpp/fixed/fixed.h
|
||||
include/itpp/optim/newton_search.h
|
||||
include/itpp/signal/fastica.h
|
||||
include/itpp/signal/filter.h
|
||||
include/itpp/signal/filter_design.h
|
||||
include/itpp/signal/freq_filt.h
|
||||
include/itpp/signal/poly.h
|
||||
include/itpp/signal/resampling.h
|
||||
include/itpp/signal/sigfun.h
|
||||
include/itpp/signal/source.h
|
||||
include/itpp/signal/transforms.h
|
||||
include/itpp/signal/window.h
|
||||
include/itpp/stat/histogram.h
|
||||
include/itpp/stat/misc_stat.h
|
||||
include/itpp/stat/mog_diag.h
|
||||
include/itpp/stat/mog_diag_em.h
|
||||
include/itpp/stat/mog_diag_kmeans.h
|
||||
include/itpp/stat/mog_generic.h
|
||||
include/itpp/srccode/audiofile.h
|
||||
include/itpp/srccode/gmm.h
|
||||
include/itpp/srccode/lpcfunc.h
|
||||
include/itpp/srccode/pnm.h
|
||||
include/itpp/srccode/vq.h
|
||||
include/itpp/srccode/vqtrain.h
|
||||
include/itpp/protocol/events.h
|
||||
include/itpp/protocol/front_drop_queue.h
|
||||
include/itpp/protocol/packet.h
|
||||
include/itpp/protocol/packet_channel.h
|
||||
include/itpp/protocol/packet_generator.h
|
||||
include/itpp/protocol/selective_repeat.h
|
||||
include/itpp/protocol/signals_slots.h
|
||||
include/itpp/protocol/tcp.h
|
||||
include/itpp/protocol/tcp_client_server.h
|
||||
include/itpp/config.h
|
||||
include/itpp/itbase.h
|
||||
include/itpp/itcomm.h
|
||||
include/itpp/itfixed.h
|
||||
include/itpp/itmex.h
|
||||
include/itpp/itoptim.h
|
||||
include/itpp/itprotocol.h
|
||||
include/itpp/itsignal.h
|
||||
include/itpp/itsrccode.h
|
||||
include/itpp/itstat.h
|
||||
|
||||
share/itpp/itload.m
|
||||
share/itpp/itsave.m
|
||||
|
||||
@dirrm share/itpp
|
||||
@dirrm include/itpp/protocol
|
||||
@dirrm include/itpp/stat
|
||||
@dirrm include/itpp/srccode
|
||||
@dirrm include/itpp/signal
|
||||
@dirrm include/itpp/optim
|
||||
@dirrm include/itpp/fixed
|
||||
@dirrm include/itpp/comm
|
||||
@dirrm include/itpp/base/math
|
||||
@dirrm include/itpp/base/algebra
|
||||
@dirrm include/itpp/base
|
||||
@dirrm include/itpp
|
Loading…
Reference in a new issue