Don't enable OpenMP everywhere, it causes an error with GCC, reported on https://github.com/lammps/lammps/pull/1483
This requires some hackery with ports not supporting options for specific compilers.
OPENMP flag has removed option helpers due to them not being respected otherwise.
PR: 241156
Approved by: yuri (maintainer, earlier versior), tcberner (mentor, earlier version)
Differential Revision: https://reviews.freebsd.org/D21994
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342
INFO: Call stack for the definition of repository 'rules_cc' which is a http_archive (rule definition at /wrkdirs/usr/ports/science/py-tensorflow-estimator/work/bazel_out/d73ee990c0bb8c7712db2655de14c420/external/bazel_tools/tools/build_defs/repo/http.bzl:292:16):
- /wrkdirs/usr/ports/science/py-tensorflow-estimator/work/bazel_out/d73ee990c0bb8c7712db2655de14c420/external/bazel_tools/tools/build_defs/repo/utils.bzl:169:9
- /DEFAULT.WORKSPACE.SUFFIX:276:1
WARNING: Download from 0d5f3f2768.zip failed: class java.net.ConnectException Can't assign requested address (connect failed)
WARNING: Download from 0d5f3f2768.zip failed: class java.net.ConnectException Can't assign requested address (connect failed)
ERROR: An error occurred during the fetch of repository 'rules_cc':
java.io.IOException: Error downloading [0d5f3f2768.zip, 0d5f3f2768.zip] to /wrkdirs/usr/ports/science/py-tensorflow-estimator/work/bazel_out/d73ee990c0bb8c7712db2655de14c420/external/rules_cc/0d5f3f2768c6ca2faca0079a997a97ce22997a0c.zip: Can't assign requested address (connect failed)
ERROR: /wrkdirs/usr/ports/science/py-tensorflow-estimator/work/bazel_out/d73ee990c0bb8c7712db2655de14c420/external/bazel_tools/tools/launcher/BUILD:11:1: @bazel_tools//tools/launcher:launcher depends on @bazel_tools//src/tools/launcher:launcher in repository @bazel_tools which failed to fetch. no such package '@rules_cc//cc': java.io.IOException: Error downloading [0d5f3f2768.zip, 0d5f3f2768.zip] to /wrkdirs/usr/ports/science/py-tensorflow-estimator/work/bazel_out/d73ee990c0bb8c7712db2655de14c420/external/rules_cc/0d5f3f2768c6ca2faca0079a997a97ce22997a0c.zip: Can't assign requested address (connect failed)
ERROR: Analysis of target '//tensorflow_estimator/tools/pip_package:build_pip_package' failed; build aborted: Analysis failed
Reported by: pkg-fallout
* Add firmware for the YiXingDianZi MDSO (VID/PID: 1D50:608E).
* Sainsmart DDS120: Fix the 1kHz reference signal.
* Hantek 6022BL: Fix the voltage range selection (bug #1360).
* Allow LA captures at 48MHz samplerate (as long as bus conditions permit).
* Updated build requirement: sdcc >= 3.4.0 (bug #1326).
* Fix a build issue with sdcc >= 3.9.0 (bug #1404).
* Bump the firmware version (major.minor) to 1.4. This version is
backwards-compatible and doesn't require host-side (libsigrok) changes.
November 07, 2019.
Today KDE released the third stability update for KDE Applications 19.08. This
release contains only bugfixes and translation updates, providing a safe and
pleasant update for everyone.
More than a dozen recorded bugfixes include improvements to Kontact, Ark,
Cantor, K3b, Kdenlive, Konsole, Okular, Spectacle, Umbrello, among others.
Improvements include:
* In the video-editor Kdenlive, compositions no longer disappear when
reopening a project with locked tracks
* Okular's annotation view now shows creation times in local time zone
instead of UTC
* Keyboard control has been improved in the Spectacle screenshot utility
You can find the full list of changes here:
https://kde.org/announcements/fulllog_applications-aether.php?version=19.08.3
The BAZEL_COPT variable was always left blank, while docs recommend passing optimization options to bazel.
Also replace .include with option helpers.
Testing performed: Ran with CPU_OPTS=ON on a simple computation and observed that warnings about missing SSE4.2 optimizations are gone.
Approved by: portmgr (unbreak the option; change to the recommended format)
Remove deprecated ports depending on the soon to be removed
x11/libXxf86misc and graphics/libGLw
2019-11-01 games/xpilot-ng-client: Depends on deprecated x11/libXxf86misc
2019-11-01 science/xmakemol: Depends on expiring graphics/libGLw
One of the previous commits to devel/bazel broke tensorflow.
Fun fact: the latest version of tensorflow-2.0.0 also fails to build with the latest version of bazel-1.1.0.