Skip to content

Instantly share code, notes, and snippets.

View MateuszKrawczuk's full-sized avatar

Mateusz Krawczuk MateuszKrawczuk

View GitHub Profile
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-javadoc-plugin:3.0.0:jar (attach-javadocs) on project cojen: MavenReportException: Error while generating Javadoc:
[ERROR] Exit code: 1 - /home/mkrawczuk/git/Cojen/src/main/java/org/cojen/util/AnnotationDescParser.java:71: error: reference not found
[ERROR] * @throws IllegalArgumentExcecption if annotation is malformed
[ERROR] ^
[ERROR] /home/mkrawczuk/git/Cojen/src/main/java/org/cojen/util/AnnotationDescParser.java:100: warning: no @param for rootAnnotationType
[ERROR] protected Annotation buildRootAnnotation(TypeDesc rootAnnotationType) {
[ERROR] ^
[ERROR] /home/mkrawczuk/git/Cojen/src/main/java/org/cojen/util/AnnotationDescParser.java:100: warning: no @return
[ERROR] protected Annotation buildRootAnnotation(TypeDesc rootAnnotationType) {
[ERROR] ^
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.cojen</groupId>
<artifactId>cojen</artifactId>
<packaging>jar</packaging>
<name>Cojen</name>
<version>2.2.7</version>
<description>
Dynamic Java bytecode generation and disassembly tools.
@MateuszKrawczuk
MateuszKrawczuk / asus-r504za-blender-benchmark-result.txt
Created November 19, 2018 19:35
Asus Vivobook R504ZA-BQ064T - Blender benchmark Vega
{
"benchmark_client": {
"client_version": "1.0b2"
},
"blender_version": {
"build_commit_date": "2018-03-22",
"build_commit_time": "14:10",
"build_date": "2018-03-22",
"build_hash": "f4dc9f9d68b",
"build_time": "09:59 AM",
@MateuszKrawczuk
MateuszKrawczuk / build.sh
Last active November 5, 2023 20:23
Debian 12 Bookworm Rocm 5.7.1 - Radeon 6900xt - gfx1030 buildscript
#!/usr/bin/env bash
set -exuo pipefail
#
# apt-get -qq update
# apt-get -qq upgrade
# apt-get -qq install build-essential cmake wget mesa-common-dev kmod python3 libnuma-dev pkg-config libdrm-dev libelf-dev xxd perl file gfortran git libgtest-dev gfortran libmsgpack-dev python3 python3-pip python3-virtualenv python3.11-venv python3-yaml python3-msgpack python3-joblib gfortran libfmt-dev libopenmpi-dev
PYTHON_VERSION=3.11
ROCM_VERSION=5.7.1
#!/usr/bin/env bash
source <(curl -s https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func)
# Copyright (c) 2021-2023 tteck
# Author: tteck (tteckster)
# License: MIT
# https://github.com/tteck/Proxmox/raw/main/LICENSE
function header_info {
clear
cat <<"EOF"