From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0@n0.is Subject: Re: Octave & QtOctave Date: Sat, 24 Nov 2018 22:10:22 +0000 Message-ID: <20181124221022.ankjuz4mdpkoohkn@abyayala> References: <875zwnqomz.fsf@posteo.net> <87a7lyzkk2.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55376) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gQg8L-0004a0-AN for guix-devel@gnu.org; Sat, 24 Nov 2018 17:10:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gQg8I-0000Rn-6b for guix-devel@gnu.org; Sat, 24 Nov 2018 17:10:37 -0500 Received: from static.195.114.201.195.clients.your-server.de ([195.201.114.195]:40752 helo=conspiracy.of.n0.is) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gQg8H-0007wz-TM for guix-devel@gnu.org; Sat, 24 Nov 2018 17:10:34 -0500 Content-Disposition: inline In-Reply-To: <87a7lyzkk2.fsf@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Alex Vong Cc: guix-devel names for packages are (mostly) random, although in some cases following classiifcations (see python-*, r-*, ...). The Qt part of Octave is a separate package because making it just an output would still pull in Qt and the size difference is huge. Alex Vong transcribed 856 bytes: > Hello, > > Brett Gilio writes: > > > Hey all, > > > > Happy guix birthday! > > > > Quick question, why is the octave package split up into two different > > public definitions, rather than just having the QtOctave-GUI being a > > "gui" output, like it is for transmissionBT and some others? > > > I would also want to know why it is called qtoctave. My understanding is > that qtoctave was a GUI frontend to the official octave which is now > replaced by the official octave GUI. > > > Best, > > Brett Gilio > > Cheers, > Alex