| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
| |
Approved by: portmgr (not really, but touches unstaged ports)
|
| |
|
|
| |
With hat: portmgr
|
| |
|
|
|
|
|
|
|
| |
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.
CR: D422
Approved by: portmgr (bapt)
|
| |
|
|
| |
With hat: portmgr
|
| |
|
|
| |
With hat: portmgr
|
| |
|
|
|
|
|
| |
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
c++ -O2 -pipe -Wno-error=return-type -fno-strict-aliasing -DHAVE_CMATH=1 -DHAVE_CSTDIO=1 -DHAVE_CSTDLIB=1 -DHAVE_CSTRING=1 -DHAVE_CSTDDEF=1 -DHAVE_DECL_PUTENV=1 -DHAVE_PUTENV=1 -DHAVE_DECL_SETENV=1 -DHAVE_SETENV=1 -DHAVE_FUNC_ISINF=1 -I. -I../../../include -I/wrkdirs/usr/ports/science/psi3/work/psi3/include -I/wrkdirs/usr/ports/science/psi3/work/psi3/src/lib -I../../../src/lib -c ip_read.cc -o ip_read.o
ip_read.cc:63:3: error: use of undeclared identifier 'yyparse'
yyparse();
^
ip_read.cc:105:3: error: use of undeclared identifier 'yyparse'
yyparse();
^
2 errors generated.
Reported by: pkg-fallout since february 2014
With hat: portmgr
|
| |
|
|
|
|
|
|
|
|
|
| |
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs)
|
| |
|
|
|
|
|
|
|
|
|
| |
USE_GCC=yes has been omitted though.
Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk.
Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,...
Exp-run: bdrewery
Approved by: portmgr (bdrewery)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui
- 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
- Removed compatibility with K&R compilers, which was untestable due
to lack of such compilers.
- New functions
. mpc_log10
. mpc_mul_2si, mpc_div_2si
- Speed-ups
. mpc_fma
- Bug fixes
. mpc_div and mpc_norm now return a value indicating the effective
rounding direction, as the other functions.
. mpc_mul, mpc_sqr and mpc_norm now return correct results even if
there are over- or underflows during the computation.
. mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
infinite part and equals output variable is corrected.
. mpc_fr_sub: Wrong return value for imaginary part is corrected.
Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.
Bump PORTREVISIONS of all dependent ports.
PR: 183141
Approved by: portmgr (bdrewery)
|
| |
|
|
| |
science)
|
| |
|
|
| |
Approved by: portmgr (bapt)
|
| |
|
|
| |
The reason seems that developers are now interested in psi4.
|
| |
|
|
|
|
|
|
| |
math/atlas-devel will be updated to use the same constructs at a later date
PR: 162706
Approved by: miwi (portmgr)
Feature safe: yes
|
| | |
|
| |
|
|
| |
Feature safe: yes.
|
| |
|
|
|
|
| |
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr
|
| |
|
|
| |
starting with P,R,S
|
| |
|
|
| |
pdf files are also updated to 3.4.0.
|
| |
|
|
| |
Spotted by: gerald
|
| | |
|
| |
|
|
| |
Spotted by: pav
|
| | |
|
| |
|
|
| |
Tested by: exp build run (erwin)
|
| | |
|
| |
|
|
|
|
|
| |
* Build fix with
NOPORTDOCS=yes, NOPORTEXAMPLES=yes, NOPORTDATA=yes, FORCE_PACKAGE=yes [1].
Spotted by: itetcu [1]
|
| | |
|
| |
|
|
|
| |
PR: ports/116639
Submitted by: aDe
|
| |
|
|
| |
* Bump portrevision.
|
| |
|
|
| |
*use gfortran compiled atlas/blas/lapack
|
| |
|
|
| |
BLAS is now user settable (math/blas or math/atlas).
|
| | |
|
| |
|
|
| |
Approved by: krion@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
pdf files are updated without changing the version number.
Recently psi3 3.2.2 has been released, and users manual,
programmers manual and installation doc pdfs are updated accordingly.
This is tempral fix and we must update to 3.2.2 soon.
Submitted by: kris via pointyhat
Approved by: portmgr (marcus)
|
| |
|
|
| |
Approved by: portmgr (kris)
|
| |
|
|
| |
Submitted by: kris via pointyhat
|
| |
|
|
| |
Submitted by: kris via pointyhat
|
| | |
|
| |
|
|
|
| |
PR: 74013
Submitted by: Jie Gao <gaoj at cpsc.ucalgary.ca>
|
| |
|
|
| |
Submitted by: pointyhat
|
| |
|
|
|
|
|
|
| |
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
|
| | |
|
| |
|
|
|
| |
PR: 65409
Submitted by: trevor
|
| |
|
|
| |
2) add note for citation in pkg-message
|
|
|
high-accuracy calculations of properties of small to medium-sized molecules.
The package's current capabilities include a variety of Hartree-Fock,
coupled cluster, complete-active-space self-consistent-field,
and multi-reference configuration interaction models.
Molecular point-group symmetry is utilized throughout to maximize efficiency.
|