Skip to content

Instantly share code, notes, and snippets.

View Alessandro-Barbieri's full-sized avatar
🐢
waiting devs to merge my PRs

Alessandro Barbieri Alessandro-Barbieri

🐢
waiting devs to merge my PRs
View GitHub Profile
This file has been truncated, but you can view the full file.
[
{
"8525": {
"ni": [
"12169",
"25304",
"12579",
"10161",
"10230",
"12040",
41x Interface\AddOns\AdiBags\widgets\Section.lua:204: Action[SetPoint] failed because[SetPoint would result in anchor family connection]: attempted from: GameTooltip:SetPoint.
[string "=(tail call)"]: ?
[string "@Interface\AddOns\AdiBags\core\Utility.lua"]:129: in function `UpdateTooltip'
[string "@Interface\FrameXML\GameTooltip.lua"]:429: in function <Interface\FrameXML\GameTooltip.lua:408>
[string "=[C]"]: ?
11x [ADDON_ACTION_BLOCKED] L'AddOn 'WaterDispenser' a tenté d'appeler la fonction protégée '<unnamed>:SetParent()'.
[string "@Interface\AddOns\!BugGrabber\BugGrabber.lua"]:481: in function <Interface\AddOns\!BugGrabber\BugGrabber.lua:481>
[string "=[C]"]: in function `SetParent'
[string "@Interface\AddOns\WaterDispenser\WaterDispenser-1.11.lua"]:831: in function `HideParent'
[string "@Interface\AddOns\WaterDispenser\WaterDispenser-1.11.lua"]:631: in function `?'
[string "@Interface\AddOns\WaterDispenser\LibGPIToolBox.lua"]:100: in function <Interface\AddOns\WaterDispenser\LibGPIToolBox.lua:97>
@Alessandro-Barbieri
Alessandro-Barbieri / wow.R
Last active May 23, 2023 13:15
using a genetic algorithm in R to optimize classic wow mage dps
# Copyright (C) 2013 Alessandro Barbieri
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
@Alessandro-Barbieri
Alessandro-Barbieri / config.log
Created June 20, 2022 10:51
cubegui config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by CubeGUI configure 4.7, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/cubegui-4.7 --htmldir=/usr/share/doc/cubegui-4.7/html --libdir=/usr/lib64 --disable-platform-mic --with-cubelib=/usr --with-custom-compilers --with-plugin-advancedcolormaps --with-plugin-barplot --with-plugin-cube-diff --with-plugin-cube-mean --with-plugin-cube-merge --with-plugin-heatmap --with-plugin-launch --with-plugin-metric-identify --with-plugin-metriceditor --with-plugin-source --with-plugin-statistics --with-plugin-paraver --with-plugin-sunburst --with-plugin-system-st
Appending /srv/portage/guru to PORTDIR_OVERLAY...
* parsec-3.0.2012.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ]
* /etc/portage/package.cflags/cflags -> */*: NOFFLAGS=1
* /etc/portage/package.cflags/cflags -> */*: LDFLAGS-="-Wl,-z,now -Wl,-z,relro"
* /etc/portage/package.cflags/cflags -> */*: USE_NONGNU="" +fPIE +fstack-protector-all +D_FORTIFY_SOURCE=2
* /etc/portage/package.cflags/cflags -> */*: NOLDADD=1
* FEATURES='mount-sandbox split-elog sandbox protect-owned sfperms unmerge-orphans userfetch candy fixlafiles fakeroot xattr preserve-libs parallel-install binpkg-docompress unmerge-logs buildpkg-live config-protect-if-modified news binpkg-multi-instance assume-digests merge-sync sign network-sandbox strict-keepdir binpkg-logs split-log multilib-strict selinux pid-sandbox parallel-fetch clean-logs buildpkg usersync splitdebug cgroup binpkg-dostrip ipc-sandbox distlocks strict qa-unresolved-soname-deps metadata-transfer sesandbox userpriv usersandbox unknown-features-warn'
* CFLAGS='
--- a/FORTRAN/CMakeLists.txt
+++ b/FORTRAN/CMakeLists.txt
@@ -15,8 +15,9 @@
list(APPEND sources c2f_zcreate_matrix_x_b.c superlu_c2f_zwrap.c)
endif()
-add_library(superlu_dist_fortran ${sources})
-add_library(superlu_dist_fortran-static STATIC ${sources})
+add_library(superlu_dist_fortran_obj OBJECT ${sources})
+add_library(superlu_dist_fortran $<TARGET_OBJECTS:superlu_dist_fortran_obj>)
* Package: sci-libs/mfem-4.4
* Repository: guru
* Maintainer: lssndrbarbieri@gmail.com
* Upstream: https://github.com/mfem/mfem/issues
* USE: abi_x86_64 amd64 benchmark codipack cpu_flags_x86_avx cpu_flags_x86_avx2 cpu_flags_x86_mmx cpu_flags_x86_mmxext cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_sse4_1 cpu_flags_x86_sse4_2 cpu_flags_x86_sse4a cpu_flags_x86_ssse3 elibc_glibc ginkgo kernel_linux lapack metis mpfr mpi mumps openmp petsc slepc sparse ssl sundials unwind userland_GNU zlib
* FEATURES: fakeroot network-sandbox preserve-libs sandbox splitdebug userpriv usersandbox
>>> Unpacking source...
>>> Unpacking mfem-4.4.tar.gz to /var/tmp/portage/sci-libs/mfem-4.4/work
>>> Source unpacked in /var/tmp/portage/sci-libs/mfem-4.4/work
>>> Preparing source in /var/tmp/portage/sci-libs/mfem-4.4/work/mfem-4.4 ...
Platform: "linux-x86_64"
Python version: "3.9"
Current installation scheme: "posix_prefix"
Paths:
data = "/usr"
include = "/usr/include/python3.9"
platinclude = "/usr/include/python3.9"
platlib = "/usr/lib/python3.9/site-packages"
platstdlib = "/usr/lib/python3.9"
DIST booth-1.0_p20210730.tar.gz 148323 BLAKE2B 5b3594cd64b29131d6e7a7073949c1fa7ff13e76f7ae5e7b5594d212e532979af43fac9affb969ed4a12e92476f32e08250d27fd8fdc303628f7a3dc0520558f SHA512 8a1ef09385b77d89d503325a8edf18a28e75c36e611017993c059258f30bf68b5c48c1685cfcb2a04b2628cffe4682a73750b93cf609fe3317abd7fa4898eb81