- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Dec 22 2016
Dec 7 2016
Nov 16 2016
Nov 9 2016
Oct 18 2016
Oct 17 2016
In D8263#171941, @mat wrote:I guess this is so that there can be many u-boot-* ports that all do the same thing ?
In that case, I really thing the way to go is not a USES but a master port, with slaves only changing the MODEL/BOARD_CONFIG/...
Oct 10 2016
Oct 3 2016
Sep 28 2016
Jun 14 2016
Jun 13 2016
Jun 8 2016
Jun 3 2016
May 28 2016
Apr 30 2016
Apr 25 2016
Apr 8 2016
Apr 3 2016
Mar 31 2016
Mar 25 2016
Mar 23 2016
Mar 19 2016
Mar 18 2016
Mar 1 2016
Feb 26 2016
Feb 23 2016
Feb 20 2016
Feb 17 2016
Jan 15 2016
Dec 24 2015
Nov 30 2015
Nov 25 2015
Oct 10 2015
Oct 4 2015
Oct 3 2015
Oct 2 2015
Sep 23 2015
Also this is not the correct fix. I'll have a look at py-numpy later. Uses/fortran.mk is not the file to modify here.
patch<
- fortran.mk.orig 2015-09-16 00:20:24.419637000 -0400
+++ fortran.mk 2015-09-23 17:31:19.740665000 -0400
@@ -29,8 +29,8 @@
F77= gfortran${_GCC_VER}
FC= gfortran${_GCC_VER}
FFLAGS+= -Wl,-rpath=${LOCALBASE}/lib/gcc${_GCC_VER}
-FCFLAGS+= -Wl,-rpath=${LOCALBASE}/lib/gcc${_GCC_VER}
-LDFLAGS+= -Wl,-rpath=${LOCALBASE}/lib/gcc${_GCC_VER} \
+#FCFLAGS+= -Wl,-rpath=${LOCALBASE}/lib/gcc${_GCC_VER}
+#LDFLAGS+= -Wl,-rpath=${LOCALBASE}/lib/gcc${_GCC_VER} \
-L${LOCALBASE}/lib/gcc${_GCC_VER} -B${LOCALBASE}/bin
.elif ${fortran_ARGS} == ifort
BUILD_DEPENDS+= ${LOCALBASE}/intel_fc_80/bin/ifort:${PORTSDIR}/lang/ifc
Sep 10 2015
Sep 8 2015
What happens if you compile with USE_GCC removed? Does gnuradio-companion run for you?
Sep 7 2015
Try (assuming you are using sh or zsh etc.)
export LD_PRELOAD=/usr/local/lib/gcc48/libgcc_s.so
gnuradio-companion
What happens if you compile with USE_GCC removed? Does gnuradio-companion run for you?
Sep 6 2015
Looks like I had private email exchanges about this back in June
In D3574#73712, @rakuco wrote:Right, the situation you've summed up is basically bug 196491 as far as I can see.
I don't use GNU Radio myself, so I'm sorry if the questions I ask sound stupid:
- Would it help if Volk was built separately from the rest of GNU Radio, so the former links against clang and the latter against GCC? Debian ships Volk separately, for example, and builds GNU Radio with -DENABLE_INTERNAL_VOLK=OFF.
- How about disabling Volk support? I see that it is at least possible from a build system perspective, but I'm not sure if other functionality will also be disabled, or if it is too important to be disabled.
Sep 5 2015
The problem gets *very* stupid here. It's not this easy.
Aug 19 2015
Aug 18 2015
Aug 17 2015
Aug 12 2015
Aug 2 2015
Jul 27 2015
Jul 26 2015
May 11 2015
May 10 2015
May 1 2015
Apr 29 2015
Apr 28 2015
Apr 26 2015
Aug 17 2014
Indeed it's not directly related but I wanted it noted. Shall I file a PR on py-scipy then?
Meanwhile py-numpy looks good.
py-numpy installs fine but there is now a conflict on a dependancy
Aug 16 2014
Right. It's something that should be noted and documented perhaps in the porters handbook.
Correction NUMPY consumers which also use Fortran.
One concern is consumers reliant on f2py will have to be chased up.
Jul 7 2014
One of the best loggers going. Commit please.
I'd double check the configure.ac script here before sending fix upstream.
e.g. configure was modified to look for std::hash etc. to make it non specific to GCC or Clang since one of my earlier diffs I sent upstream was too specific.
Jun 30 2014
Approved on this end. skreuzer?
Nice I approve subject to skreuzer approval as well.
The only major comment I'd make is there are two other smith chart programs in /science not /comms also maintained by hamradio perhaps this one should fall into science hamradio as do gsmc and tinsmith
Jun 28 2014
Nice job.
FWIW I was never happy with this stanza I added to the Makefile
Jun 27 2014
Looks good here. Fair bit of work on this one eh?
Jun 22 2014
I do believe the .if ${PORT_OPTIONS:MDOCS} is entirely unnecessary with staging.
Are you mirroring it or are you going to ask me to mirror it? If you are mirroring it, change
MASTER_SITE_SUBDIR= shurd ;)
put a copy of the tar ball in your public_distfiles